|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\DashboardWithViewProperties::__construct |
( |
array | $data = null | ) |
|
◆ __toString()
InfluxDB2\Model\DashboardWithViewProperties::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\DashboardWithViewProperties::attributeMap |
( |
| ) |
|
|
static |
◆ getCells()
InfluxDB2\Model\DashboardWithViewProperties::getCells |
( |
| ) |
|
Gets cells
- Returns
- \InfluxDB2\Model\CellWithViewProperties[]|null
◆ getId()
InfluxDB2\Model\DashboardWithViewProperties::getId |
( |
| ) |
|
Gets id
- Returns
- string|null
◆ getLabels()
InfluxDB2\Model\DashboardWithViewProperties::getLabels |
( |
| ) |
|
Gets labels
- Returns
- \InfluxDB2\Model\Label[]|null
◆ getLinks()
InfluxDB2\Model\DashboardWithViewProperties::getLinks |
( |
| ) |
|
Gets links
- Returns
- \InfluxDB2\Model\DashboardWithViewPropertiesLinks|null
◆ getMeta()
InfluxDB2\Model\DashboardWithViewProperties::getMeta |
( |
| ) |
|
Gets meta
- Returns
- \InfluxDB2\Model\DashboardWithViewPropertiesMeta|null
◆ getModelName()
InfluxDB2\Model\DashboardWithViewProperties::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\DashboardWithViewProperties::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\DashboardWithViewProperties::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\DashboardWithViewProperties::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\DashboardWithViewProperties::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\DashboardWithViewProperties::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
InfluxDB2\Model\DashboardWithViewProperties::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\DashboardWithViewProperties::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\DashboardWithViewProperties::openAPITypes |
( |
| ) |
|
|
static |
◆ setCells()
InfluxDB2\Model\DashboardWithViewProperties::setCells |
( |
| $cells | ) |
|
Sets cells
- Parameters
-
\InfluxDB2\Model\CellWithViewProperties[] | null | $cells | cells |
- Returns
- $this
◆ setId()
InfluxDB2\Model\DashboardWithViewProperties::setId |
( |
| $id | ) |
|
Sets id
- Parameters
-
- Returns
- $this
◆ setLabels()
InfluxDB2\Model\DashboardWithViewProperties::setLabels |
( |
| $labels | ) |
|
Sets labels
- Parameters
-
\InfluxDB2\Model\Label[] | null | $labels | labels |
- Returns
- $this
◆ setLinks()
InfluxDB2\Model\DashboardWithViewProperties::setLinks |
( |
| $links | ) |
|
Sets links
- Parameters
-
\InfluxDB2\Model\DashboardWithViewPropertiesLinks | null | $links | links |
- Returns
- $this
◆ setMeta()
InfluxDB2\Model\DashboardWithViewProperties::setMeta |
( |
| $meta | ) |
|
Sets meta
- Parameters
-
\InfluxDB2\Model\DashboardWithViewPropertiesMeta | null | $meta | meta |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\DashboardWithViewProperties::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\DashboardWithViewProperties::valid |
( |
| ) |
|
◆ $attributeMap
InfluxDB2\Model\DashboardWithViewProperties::$attributeMap |
|
staticprotected |
Initial value:= [
'links' => 'links',
'id' => 'id',
'meta' => 'meta',
'cells' => 'cells',
'labels' => 'labels'
]
◆ $getters
InfluxDB2\Model\DashboardWithViewProperties::$getters |
|
staticprotected |
Initial value:= [
'links' => 'getLinks',
'id' => 'getId',
'meta' => 'getMeta',
'cells' => 'getCells',
'labels' => 'getLabels'
]
◆ $openAPIFormats
InfluxDB2\Model\DashboardWithViewProperties::$openAPIFormats |
|
staticprotected |
Initial value:= [
'links' => null,
'id' => null,
'meta' => null,
'cells' => null,
'labels' => null
]
◆ $openAPITypes
InfluxDB2\Model\DashboardWithViewProperties::$openAPITypes |
|
staticprotected |
Initial value:= [
'links' => '\InfluxDB2\Model\DashboardWithViewPropertiesLinks',
'id' => 'string',
'meta' => '\InfluxDB2\Model\DashboardWithViewPropertiesMeta',
'cells' => '\InfluxDB2\Model\CellWithViewProperties[]',
'labels' => '\InfluxDB2\Model\Label[]'
]
◆ $setters
InfluxDB2\Model\DashboardWithViewProperties::$setters |
|
staticprotected |
Initial value:= [
'links' => 'setLinks',
'id' => 'setId',
'meta' => 'setMeta',
'cells' => 'setCells',
'labels' => 'setLabels'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/DashboardWithViewProperties.php