|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\CreateCell::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\CreateCell::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\CreateCell::attributeMap |
( |
| ) |
|
|
static |
◆ getH()
InfluxDB2\Model\CreateCell::getH |
( |
| ) |
|
◆ getModelName()
InfluxDB2\Model\CreateCell::getModelName |
( |
| ) |
|
◆ getName()
InfluxDB2\Model\CreateCell::getName |
( |
| ) |
|
Gets name
- Returns
- string|null
◆ getters()
static InfluxDB2\Model\CreateCell::getters |
( |
| ) |
|
|
static |
◆ getUsingView()
InfluxDB2\Model\CreateCell::getUsingView |
( |
| ) |
|
Gets using_view
- Returns
- string|null
◆ getW()
InfluxDB2\Model\CreateCell::getW |
( |
| ) |
|
◆ getX()
InfluxDB2\Model\CreateCell::getX |
( |
| ) |
|
◆ getY()
InfluxDB2\Model\CreateCell::getY |
( |
| ) |
|
◆ listInvalidProperties()
InfluxDB2\Model\CreateCell::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\CreateCell::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\CreateCell::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\CreateCell::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\CreateCell::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\CreateCell::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\CreateCell::openAPITypes |
( |
| ) |
|
|
static |
◆ setH()
InfluxDB2\Model\CreateCell::setH |
( |
| $h | ) |
|
Sets h
- Parameters
-
- Returns
- $this
◆ setName()
InfluxDB2\Model\CreateCell::setName |
( |
| $name | ) |
|
Sets name
- Parameters
-
- Returns
- $this
◆ setters()
static InfluxDB2\Model\CreateCell::setters |
( |
| ) |
|
|
static |
◆ setUsingView()
InfluxDB2\Model\CreateCell::setUsingView |
( |
| $using_view | ) |
|
Sets using_view
- Parameters
-
string | null | $using_view | Makes a copy of the provided view. |
- Returns
- $this
◆ setW()
InfluxDB2\Model\CreateCell::setW |
( |
| $w | ) |
|
Sets w
- Parameters
-
- Returns
- $this
◆ setX()
InfluxDB2\Model\CreateCell::setX |
( |
| $x | ) |
|
Sets x
- Parameters
-
- Returns
- $this
◆ setY()
InfluxDB2\Model\CreateCell::setY |
( |
| $y | ) |
|
Sets y
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\CreateCell::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\CreateCell::$attributeMap |
|
staticprotected |
Initial value:= [
'name' => 'name',
'x' => 'x',
'y' => 'y',
'w' => 'w',
'h' => 'h',
'using_view' => 'usingView'
]
◆ $getters
InfluxDB2\Model\CreateCell::$getters |
|
staticprotected |
Initial value:= [
'name' => 'getName',
'x' => 'getX',
'y' => 'getY',
'w' => 'getW',
'h' => 'getH',
'using_view' => 'getUsingView'
]
◆ $openAPIFormats
InfluxDB2\Model\CreateCell::$openAPIFormats |
|
staticprotected |
Initial value:= [
'name' => null,
'x' => 'int32',
'y' => 'int32',
'w' => 'int32',
'h' => 'int32',
'using_view' => null
]
◆ $openAPITypes
InfluxDB2\Model\CreateCell::$openAPITypes |
|
staticprotected |
Initial value:= [
'name' => 'string',
'x' => 'int',
'y' => 'int',
'w' => 'int',
'h' => 'int',
'using_view' => 'string'
]
◆ $setters
InfluxDB2\Model\CreateCell::$setters |
|
staticprotected |
Initial value:= [
'name' => 'setName',
'x' => 'setX',
'y' => 'setY',
'w' => 'setW',
'h' => 'setH',
'using_view' => 'setUsingView'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/CreateCell.php