|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\CellUpdate::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\CellUpdate::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\CellUpdate::attributeMap |
( |
| ) |
|
|
static |
◆ getH()
InfluxDB2\Model\CellUpdate::getH |
( |
| ) |
|
◆ getModelName()
InfluxDB2\Model\CellUpdate::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\CellUpdate::getters |
( |
| ) |
|
|
static |
◆ getW()
InfluxDB2\Model\CellUpdate::getW |
( |
| ) |
|
◆ getX()
InfluxDB2\Model\CellUpdate::getX |
( |
| ) |
|
◆ getY()
InfluxDB2\Model\CellUpdate::getY |
( |
| ) |
|
◆ listInvalidProperties()
InfluxDB2\Model\CellUpdate::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\CellUpdate::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\CellUpdate::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\CellUpdate::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\CellUpdate::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\CellUpdate::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\CellUpdate::openAPITypes |
( |
| ) |
|
|
static |
◆ setH()
InfluxDB2\Model\CellUpdate::setH |
( |
| $h | ) |
|
Sets h
- Parameters
-
- Returns
- $this
◆ setters()
static InfluxDB2\Model\CellUpdate::setters |
( |
| ) |
|
|
static |
◆ setW()
InfluxDB2\Model\CellUpdate::setW |
( |
| $w | ) |
|
Sets w
- Parameters
-
- Returns
- $this
◆ setX()
InfluxDB2\Model\CellUpdate::setX |
( |
| $x | ) |
|
Sets x
- Parameters
-
- Returns
- $this
◆ setY()
InfluxDB2\Model\CellUpdate::setY |
( |
| $y | ) |
|
Sets y
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\CellUpdate::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Implements InfluxDB2\Model\ModelInterface.
◆ $attributeMap
InfluxDB2\Model\CellUpdate::$attributeMap |
|
staticprotected |
Initial value:= [
'x' => 'x',
'y' => 'y',
'w' => 'w',
'h' => 'h'
]
◆ $getters
InfluxDB2\Model\CellUpdate::$getters |
|
staticprotected |
Initial value:= [
'x' => 'getX',
'y' => 'getY',
'w' => 'getW',
'h' => 'getH'
]
◆ $openAPIFormats
InfluxDB2\Model\CellUpdate::$openAPIFormats |
|
staticprotected |
Initial value:= [
'x' => 'int32',
'y' => 'int32',
'w' => 'int32',
'h' => 'int32'
]
◆ $openAPITypes
InfluxDB2\Model\CellUpdate::$openAPITypes |
|
staticprotected |
Initial value:= [
'x' => 'int',
'y' => 'int',
'w' => 'int',
'h' => 'int'
]
◆ $setters
InfluxDB2\Model\CellUpdate::$setters |
|
staticprotected |
Initial value:= [
'x' => 'setX',
'y' => 'setY',
'w' => 'setW',
'h' => 'setH'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/CellUpdate.php