|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\CellWithViewProperties::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
Reimplemented from InfluxDB2\Model\Cell.
◆ __toString()
InfluxDB2\Model\CellWithViewProperties::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\CellWithViewProperties::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\Cell.
◆ getModelName()
InfluxDB2\Model\CellWithViewProperties::getModelName |
( |
| ) |
|
◆ getName()
InfluxDB2\Model\CellWithViewProperties::getName |
( |
| ) |
|
Gets name
- Returns
- string|null
◆ getProperties()
InfluxDB2\Model\CellWithViewProperties::getProperties |
( |
| ) |
|
Gets properties
- Returns
- \InfluxDB2\Model\ViewProperties|null
◆ getters()
static InfluxDB2\Model\CellWithViewProperties::getters |
( |
| ) |
|
|
static |
Array of attributes to getter functions (for serialization of requests)
- Returns
- array
Reimplemented from InfluxDB2\Model\Cell.
◆ listInvalidProperties()
InfluxDB2\Model\CellWithViewProperties::listInvalidProperties |
( |
| ) |
|
Show all the invalid properties with reasons.
- Returns
- array invalid properties with reasons
Reimplemented from InfluxDB2\Model\Cell.
◆ offsetExists()
InfluxDB2\Model\CellWithViewProperties::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
Reimplemented from InfluxDB2\Model\Cell.
◆ offsetGet()
InfluxDB2\Model\CellWithViewProperties::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\CellWithViewProperties::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
Reimplemented from InfluxDB2\Model\Cell.
◆ offsetUnset()
InfluxDB2\Model\CellWithViewProperties::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\CellWithViewProperties::openAPIFormats |
( |
| ) |
|
|
static |
Array of property to format mappings. Used for (de)serialization
- Returns
- array
Reimplemented from InfluxDB2\Model\Cell.
◆ openAPITypes()
static InfluxDB2\Model\CellWithViewProperties::openAPITypes |
( |
| ) |
|
|
static |
Array of property to type mappings. Used for (de)serialization
- Returns
- array
Reimplemented from InfluxDB2\Model\Cell.
◆ setName()
InfluxDB2\Model\CellWithViewProperties::setName |
( |
| $name | ) |
|
Sets name
- Parameters
-
- Returns
- $this
◆ setProperties()
InfluxDB2\Model\CellWithViewProperties::setProperties |
( |
| $properties | ) |
|
Sets properties
- Parameters
-
\InfluxDB2\Model\ViewProperties | null | $properties | properties |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\CellWithViewProperties::setters |
( |
| ) |
|
|
static |
Array of attributes to setter functions (for deserialization of responses)
- Returns
- array
Reimplemented from InfluxDB2\Model\Cell.
◆ valid()
InfluxDB2\Model\CellWithViewProperties::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\Cell.
◆ $attributeMap
InfluxDB2\Model\CellWithViewProperties::$attributeMap |
|
staticprotected |
Initial value:= [
'name' => 'name',
'properties' => 'properties'
]
◆ $getters
InfluxDB2\Model\CellWithViewProperties::$getters |
|
staticprotected |
Initial value:= [
'name' => 'getName',
'properties' => 'getProperties'
]
◆ $openAPIFormats
InfluxDB2\Model\CellWithViewProperties::$openAPIFormats |
|
staticprotected |
Initial value:= [
'name' => null,
'properties' => null
]
◆ $openAPITypes
InfluxDB2\Model\CellWithViewProperties::$openAPITypes |
|
staticprotected |
Initial value:= [
'name' => 'string',
'properties' => '\InfluxDB2\Model\ViewProperties'
]
◆ $setters
InfluxDB2\Model\CellWithViewProperties::$setters |
|
staticprotected |
Initial value:= [
'name' => 'setName',
'properties' => 'setProperties'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/CellWithViewProperties.php