|
const | DISCRIMINATOR = null |
|
const | TYPE_TABLE = 'table' |
|
const | SHAPE_CHRONOGRAF_V2 = 'chronograf-v2' |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\TableViewProperties::__construct |
( |
array | $data = null | ) |
|
◆ __toString()
InfluxDB2\Model\TableViewProperties::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\TableViewProperties::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\TableViewProperties::getColors |
( |
| ) |
|
Gets colors
- Returns
- \InfluxDB2\Model\DashboardColor[]
◆ getDecimalPlaces()
InfluxDB2\Model\TableViewProperties::getDecimalPlaces |
( |
| ) |
|
Gets decimal_places
- Returns
- \InfluxDB2\Model\DecimalPlaces
◆ getFieldOptions()
InfluxDB2\Model\TableViewProperties::getFieldOptions |
( |
| ) |
|
Gets field_options
- Returns
- \InfluxDB2\Model\RenamableField[]
◆ getModelName()
InfluxDB2\Model\TableViewProperties::getModelName |
( |
| ) |
|
◆ getNote()
InfluxDB2\Model\TableViewProperties::getNote |
( |
| ) |
|
◆ getQueries()
InfluxDB2\Model\TableViewProperties::getQueries |
( |
| ) |
|
Gets queries
- Returns
- \InfluxDB2\Model\DashboardQuery[]
◆ getShape()
InfluxDB2\Model\TableViewProperties::getShape |
( |
| ) |
|
◆ getShapeAllowableValues()
InfluxDB2\Model\TableViewProperties::getShapeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ getShowNoteWhenEmpty()
InfluxDB2\Model\TableViewProperties::getShowNoteWhenEmpty |
( |
| ) |
|
Gets show_note_when_empty
- Returns
- bool
◆ getTableOptions()
InfluxDB2\Model\TableViewProperties::getTableOptions |
( |
| ) |
|
Gets table_options
- Returns
- \InfluxDB2\Model\TableViewPropertiesTableOptions
◆ getters()
static InfluxDB2\Model\TableViewProperties::getters |
( |
| ) |
|
|
static |
◆ getTimeFormat()
InfluxDB2\Model\TableViewProperties::getTimeFormat |
( |
| ) |
|
Gets time_format
- Returns
- string
◆ getType()
InfluxDB2\Model\TableViewProperties::getType |
( |
| ) |
|
◆ getTypeAllowableValues()
InfluxDB2\Model\TableViewProperties::getTypeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ listInvalidProperties()
InfluxDB2\Model\TableViewProperties::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\TableViewProperties::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\TableViewProperties::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\TableViewProperties::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
InfluxDB2\Model\TableViewProperties::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\TableViewProperties::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\TableViewProperties::openAPITypes |
( |
| ) |
|
|
static |
◆ setColors()
InfluxDB2\Model\TableViewProperties::setColors |
( |
| $colors | ) |
|
Sets colors
- Parameters
-
\InfluxDB2\Model\DashboardColor[] | $colors | Colors define color encoding of data into a visualization |
- Returns
- $this
◆ setDecimalPlaces()
InfluxDB2\Model\TableViewProperties::setDecimalPlaces |
( |
| $decimal_places | ) |
|
Sets decimal_places
- Parameters
-
\InfluxDB2\Model\DecimalPlaces | $decimal_places | decimal_places |
- Returns
- $this
◆ setFieldOptions()
InfluxDB2\Model\TableViewProperties::setFieldOptions |
( |
| $field_options | ) |
|
Sets field_options
- Parameters
-
\InfluxDB2\Model\RenamableField[] | $field_options | fieldOptions represent the fields retrieved by the query with customization options |
- Returns
- $this
◆ setNote()
InfluxDB2\Model\TableViewProperties::setNote |
( |
| $note | ) |
|
Sets note
- Parameters
-
- Returns
- $this
◆ setQueries()
InfluxDB2\Model\TableViewProperties::setQueries |
( |
| $queries | ) |
|
Sets queries
- Parameters
-
\InfluxDB2\Model\DashboardQuery[] | $queries | queries |
- Returns
- $this
◆ setShape()
InfluxDB2\Model\TableViewProperties::setShape |
( |
| $shape | ) |
|
Sets shape
- Parameters
-
- Returns
- $this
◆ setShowNoteWhenEmpty()
InfluxDB2\Model\TableViewProperties::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
◆ setTableOptions()
InfluxDB2\Model\TableViewProperties::setTableOptions |
( |
| $table_options | ) |
|
Sets table_options
- Parameters
-
\InfluxDB2\Model\TableViewPropertiesTableOptions | $table_options | table_options |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\TableViewProperties::setters |
( |
| ) |
|
|
static |
◆ setTimeFormat()
InfluxDB2\Model\TableViewProperties::setTimeFormat |
( |
| $time_format | ) |
|
Sets time_format
- Parameters
-
string | $time_format | timeFormat describes the display format for time values according to moment.js date formatting |
- Returns
- $this
◆ setType()
InfluxDB2\Model\TableViewProperties::setType |
( |
| $type | ) |
|
Sets type
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\TableViewProperties::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\TableViewProperties::$attributeMap |
|
staticprotected |
Initial value:= [
'type' => 'type',
'queries' => 'queries',
'colors' => 'colors',
'shape' => 'shape',
'note' => 'note',
'show_note_when_empty' => 'showNoteWhenEmpty',
'table_options' => 'tableOptions',
'field_options' => 'fieldOptions',
'time_format' => 'timeFormat',
'decimal_places' => 'decimalPlaces'
]
◆ $getters
InfluxDB2\Model\TableViewProperties::$getters |
|
staticprotected |
Initial value:= [
'type' => 'getType',
'queries' => 'getQueries',
'colors' => 'getColors',
'shape' => 'getShape',
'note' => 'getNote',
'show_note_when_empty' => 'getShowNoteWhenEmpty',
'table_options' => 'getTableOptions',
'field_options' => 'getFieldOptions',
'time_format' => 'getTimeFormat',
'decimal_places' => 'getDecimalPlaces'
]
◆ $openAPIFormats
InfluxDB2\Model\TableViewProperties::$openAPIFormats |
|
staticprotected |
Initial value:= [
'type' => null,
'queries' => null,
'colors' => null,
'shape' => null,
'note' => null,
'show_note_when_empty' => null,
'table_options' => null,
'field_options' => null,
'time_format' => null,
'decimal_places' => null
]
◆ $openAPITypes
InfluxDB2\Model\TableViewProperties::$openAPITypes |
|
staticprotected |
Initial value:= [
'type' => 'string',
'queries' => '\InfluxDB2\Model\DashboardQuery[]',
'colors' => '\InfluxDB2\Model\DashboardColor[]',
'shape' => 'string',
'note' => 'string',
'show_note_when_empty' => 'bool',
'table_options' => '\InfluxDB2\Model\TableViewPropertiesTableOptions',
'field_options' => '\InfluxDB2\Model\RenamableField[]',
'time_format' => 'string',
'decimal_places' => '\InfluxDB2\Model\DecimalPlaces'
]
◆ $setters
InfluxDB2\Model\TableViewProperties::$setters |
|
staticprotected |
Initial value:= [
'type' => 'setType',
'queries' => 'setQueries',
'colors' => 'setColors',
'shape' => 'setShape',
'note' => 'setNote',
'show_note_when_empty' => 'setShowNoteWhenEmpty',
'table_options' => 'setTableOptions',
'field_options' => 'setFieldOptions',
'time_format' => 'setTimeFormat',
'decimal_places' => 'setDecimalPlaces'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/TableViewProperties.php