|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\Cell::__construct |
( |
array | $data = null | ) |
|
◆ __toString()
InfluxDB2\Model\Cell::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\Cell::attributeMap |
( |
| ) |
|
|
static |
◆ getH()
InfluxDB2\Model\Cell::getH |
( |
| ) |
|
◆ getId()
InfluxDB2\Model\Cell::getId |
( |
| ) |
|
Gets id
- Returns
- string|null
◆ getLinks()
InfluxDB2\Model\Cell::getLinks |
( |
| ) |
|
Gets links
- Returns
- \InfluxDB2\Model\CellLinks|null
◆ getModelName()
InfluxDB2\Model\Cell::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\Cell::getters |
( |
| ) |
|
|
static |
◆ getViewId()
InfluxDB2\Model\Cell::getViewId |
( |
| ) |
|
Gets view_id
- Returns
- string|null
◆ getW()
InfluxDB2\Model\Cell::getW |
( |
| ) |
|
◆ getX()
InfluxDB2\Model\Cell::getX |
( |
| ) |
|
◆ getY()
InfluxDB2\Model\Cell::getY |
( |
| ) |
|
◆ listInvalidProperties()
InfluxDB2\Model\Cell::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\Cell::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\Cell::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\Cell::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
InfluxDB2\Model\Cell::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\Cell::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\Cell::openAPITypes |
( |
| ) |
|
|
static |
◆ setH()
InfluxDB2\Model\Cell::setH |
( |
| $h | ) |
|
Sets h
- Parameters
-
- Returns
- $this
◆ setId()
InfluxDB2\Model\Cell::setId |
( |
| $id | ) |
|
Sets id
- Parameters
-
- Returns
- $this
◆ setLinks()
InfluxDB2\Model\Cell::setLinks |
( |
| $links | ) |
|
Sets links
- Parameters
-
\InfluxDB2\Model\CellLinks | null | $links | links |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\Cell::setters |
( |
| ) |
|
|
static |
◆ setViewId()
InfluxDB2\Model\Cell::setViewId |
( |
| $view_id | ) |
|
Sets view_id
- Parameters
-
string | null | $view_id | The reference to a view from the views API. |
- Returns
- $this
◆ setW()
InfluxDB2\Model\Cell::setW |
( |
| $w | ) |
|
Sets w
- Parameters
-
- Returns
- $this
◆ setX()
InfluxDB2\Model\Cell::setX |
( |
| $x | ) |
|
Sets x
- Parameters
-
- Returns
- $this
◆ setY()
InfluxDB2\Model\Cell::setY |
( |
| $y | ) |
|
Sets y
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\Cell::valid |
( |
| ) |
|
◆ $attributeMap
InfluxDB2\Model\Cell::$attributeMap |
|
staticprotected |
Initial value:= [
'id' => 'id',
'links' => 'links',
'x' => 'x',
'y' => 'y',
'w' => 'w',
'h' => 'h',
'view_id' => 'viewID'
]
◆ $getters
InfluxDB2\Model\Cell::$getters |
|
staticprotected |
Initial value:= [
'id' => 'getId',
'links' => 'getLinks',
'x' => 'getX',
'y' => 'getY',
'w' => 'getW',
'h' => 'getH',
'view_id' => 'getViewId'
]
◆ $openAPIFormats
InfluxDB2\Model\Cell::$openAPIFormats |
|
staticprotected |
Initial value:= [
'id' => null,
'links' => null,
'x' => 'int32',
'y' => 'int32',
'w' => 'int32',
'h' => 'int32',
'view_id' => null
]
◆ $openAPITypes
InfluxDB2\Model\Cell::$openAPITypes |
|
staticprotected |
Initial value:= [
'id' => 'string',
'links' => '\InfluxDB2\Model\CellLinks',
'x' => 'int',
'y' => 'int',
'w' => 'int',
'h' => 'int',
'view_id' => 'string'
]
◆ $setters
InfluxDB2\Model\Cell::$setters |
|
staticprotected |
Initial value:= [
'id' => 'setId',
'links' => 'setLinks',
'x' => 'setX',
'y' => 'setY',
'w' => 'setW',
'h' => 'setH',
'view_id' => 'setViewId'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/Cell.php