|
const | DISCRIMINATOR = null |
|
const | TYPE_GAUGE = 'gauge' |
|
const | SHAPE_CHRONOGRAF_V2 = 'chronograf-v2' |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\GaugeViewProperties::__construct |
( |
array | $data = null | ) |
|
◆ __toString()
InfluxDB2\Model\GaugeViewProperties::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\GaugeViewProperties::attributeMap |
( |
| ) |
|
|
static |
Array of attributes where the key is the local name, and the value is the original name
- Returns
- array
Reimplemented from InfluxDB2\Model\ViewProperties.
◆ getColors()
InfluxDB2\Model\GaugeViewProperties::getColors |
( |
| ) |
|
Gets colors
- Returns
- \InfluxDB2\Model\DashboardColor[]
◆ getDecimalPlaces()
InfluxDB2\Model\GaugeViewProperties::getDecimalPlaces |
( |
| ) |
|
Gets decimal_places
- Returns
- \InfluxDB2\Model\DecimalPlaces
◆ getModelName()
InfluxDB2\Model\GaugeViewProperties::getModelName |
( |
| ) |
|
◆ getNote()
InfluxDB2\Model\GaugeViewProperties::getNote |
( |
| ) |
|
◆ getPrefix()
InfluxDB2\Model\GaugeViewProperties::getPrefix |
( |
| ) |
|
Gets prefix
- Returns
- string
◆ getQueries()
InfluxDB2\Model\GaugeViewProperties::getQueries |
( |
| ) |
|
Gets queries
- Returns
- \InfluxDB2\Model\DashboardQuery[]
◆ getShape()
InfluxDB2\Model\GaugeViewProperties::getShape |
( |
| ) |
|
◆ getShapeAllowableValues()
InfluxDB2\Model\GaugeViewProperties::getShapeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ getShowNoteWhenEmpty()
InfluxDB2\Model\GaugeViewProperties::getShowNoteWhenEmpty |
( |
| ) |
|
Gets show_note_when_empty
- Returns
- bool
◆ getSuffix()
InfluxDB2\Model\GaugeViewProperties::getSuffix |
( |
| ) |
|
Gets suffix
- Returns
- string
◆ getters()
static InfluxDB2\Model\GaugeViewProperties::getters |
( |
| ) |
|
|
static |
◆ getTickPrefix()
InfluxDB2\Model\GaugeViewProperties::getTickPrefix |
( |
| ) |
|
Gets tick_prefix
- Returns
- string
◆ getTickSuffix()
InfluxDB2\Model\GaugeViewProperties::getTickSuffix |
( |
| ) |
|
Gets tick_suffix
- Returns
- string
◆ getType()
InfluxDB2\Model\GaugeViewProperties::getType |
( |
| ) |
|
◆ getTypeAllowableValues()
InfluxDB2\Model\GaugeViewProperties::getTypeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ listInvalidProperties()
InfluxDB2\Model\GaugeViewProperties::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\GaugeViewProperties::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\GaugeViewProperties::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\GaugeViewProperties::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
InfluxDB2\Model\GaugeViewProperties::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\GaugeViewProperties::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\GaugeViewProperties::openAPITypes |
( |
| ) |
|
|
static |
◆ setColors()
InfluxDB2\Model\GaugeViewProperties::setColors |
( |
| $colors | ) |
|
Sets colors
- Parameters
-
\InfluxDB2\Model\DashboardColor[] | $colors | Colors define color encoding of data into a visualization |
- Returns
- $this
◆ setDecimalPlaces()
InfluxDB2\Model\GaugeViewProperties::setDecimalPlaces |
( |
| $decimal_places | ) |
|
Sets decimal_places
- Parameters
-
\InfluxDB2\Model\DecimalPlaces | $decimal_places | decimal_places |
- Returns
- $this
◆ setNote()
InfluxDB2\Model\GaugeViewProperties::setNote |
( |
| $note | ) |
|
Sets note
- Parameters
-
- Returns
- $this
◆ setPrefix()
InfluxDB2\Model\GaugeViewProperties::setPrefix |
( |
| $prefix | ) |
|
Sets prefix
- Parameters
-
- Returns
- $this
◆ setQueries()
InfluxDB2\Model\GaugeViewProperties::setQueries |
( |
| $queries | ) |
|
Sets queries
- Parameters
-
\InfluxDB2\Model\DashboardQuery[] | $queries | queries |
- Returns
- $this
◆ setShape()
InfluxDB2\Model\GaugeViewProperties::setShape |
( |
| $shape | ) |
|
Sets shape
- Parameters
-
- Returns
- $this
◆ setShowNoteWhenEmpty()
InfluxDB2\Model\GaugeViewProperties::setShowNoteWhenEmpty |
( |
| $show_note_when_empty | ) |
|
Sets show_note_when_empty
- Parameters
-
bool | $show_note_when_empty | If true, will display note when empty |
- Returns
- $this
◆ setSuffix()
InfluxDB2\Model\GaugeViewProperties::setSuffix |
( |
| $suffix | ) |
|
Sets suffix
- Parameters
-
- Returns
- $this
◆ setters()
static InfluxDB2\Model\GaugeViewProperties::setters |
( |
| ) |
|
|
static |
◆ setTickPrefix()
InfluxDB2\Model\GaugeViewProperties::setTickPrefix |
( |
| $tick_prefix | ) |
|
Sets tick_prefix
- Parameters
-
string | $tick_prefix | tick_prefix |
- Returns
- $this
◆ setTickSuffix()
InfluxDB2\Model\GaugeViewProperties::setTickSuffix |
( |
| $tick_suffix | ) |
|
Sets tick_suffix
- Parameters
-
string | $tick_suffix | tick_suffix |
- Returns
- $this
◆ setType()
InfluxDB2\Model\GaugeViewProperties::setType |
( |
| $type | ) |
|
Sets type
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\GaugeViewProperties::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Reimplemented from InfluxDB2\Model\ViewProperties.
◆ $attributeMap
InfluxDB2\Model\GaugeViewProperties::$attributeMap |
|
staticprotected |
Initial value:= [
'type' => 'type',
'queries' => 'queries',
'colors' => 'colors',
'shape' => 'shape',
'note' => 'note',
'show_note_when_empty' => 'showNoteWhenEmpty',
'prefix' => 'prefix',
'tick_prefix' => 'tickPrefix',
'suffix' => 'suffix',
'tick_suffix' => 'tickSuffix',
'decimal_places' => 'decimalPlaces'
]
◆ $getters
InfluxDB2\Model\GaugeViewProperties::$getters |
|
staticprotected |
Initial value:= [
'type' => 'getType',
'queries' => 'getQueries',
'colors' => 'getColors',
'shape' => 'getShape',
'note' => 'getNote',
'show_note_when_empty' => 'getShowNoteWhenEmpty',
'prefix' => 'getPrefix',
'tick_prefix' => 'getTickPrefix',
'suffix' => 'getSuffix',
'tick_suffix' => 'getTickSuffix',
'decimal_places' => 'getDecimalPlaces'
]
◆ $openAPIFormats
InfluxDB2\Model\GaugeViewProperties::$openAPIFormats |
|
staticprotected |
Initial value:= [
'type' => null,
'queries' => null,
'colors' => null,
'shape' => null,
'note' => null,
'show_note_when_empty' => null,
'prefix' => null,
'tick_prefix' => null,
'suffix' => null,
'tick_suffix' => null,
'decimal_places' => null
]
◆ $openAPITypes
InfluxDB2\Model\GaugeViewProperties::$openAPITypes |
|
staticprotected |
Initial value:= [
'type' => 'string',
'queries' => '\InfluxDB2\Model\DashboardQuery[]',
'colors' => '\InfluxDB2\Model\DashboardColor[]',
'shape' => 'string',
'note' => 'string',
'show_note_when_empty' => 'bool',
'prefix' => 'string',
'tick_prefix' => 'string',
'suffix' => 'string',
'tick_suffix' => 'string',
'decimal_places' => '\InfluxDB2\Model\DecimalPlaces'
]
◆ $setters
InfluxDB2\Model\GaugeViewProperties::$setters |
|
staticprotected |
Initial value:= [
'type' => 'setType',
'queries' => 'setQueries',
'colors' => 'setColors',
'shape' => 'setShape',
'note' => 'setNote',
'show_note_when_empty' => 'setShowNoteWhenEmpty',
'prefix' => 'setPrefix',
'tick_prefix' => 'setTickPrefix',
'suffix' => 'setSuffix',
'tick_suffix' => 'setTickSuffix',
'decimal_places' => 'setDecimalPlaces'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/GaugeViewProperties.php