|
|
const | DISCRIMINATOR = null |
| |
◆ __construct()
| InfluxDB2\Model\Variables::__construct |
( |
?array | $data = null | ) |
|
Constructor
- Parameters
-
| mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
| InfluxDB2\Model\Variables::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
| static InfluxDB2\Model\Variables::attributeMap |
( |
| ) |
|
|
static |
◆ getModelName()
| InfluxDB2\Model\Variables::getModelName |
( |
| ) |
|
◆ getters()
| static InfluxDB2\Model\Variables::getters |
( |
| ) |
|
|
static |
◆ getVariables()
| InfluxDB2\Model\Variables::getVariables |
( |
| ) |
|
Gets variables
- Returns
- \InfluxDB2\Model\Variable[]|null
◆ listInvalidProperties()
| InfluxDB2\Model\Variables::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
| InfluxDB2\Model\Variables::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
| InfluxDB2\Model\Variables::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
| InfluxDB2\Model\Variables::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
| integer | $offset | Offset |
| mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
| InfluxDB2\Model\Variables::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
| static InfluxDB2\Model\Variables::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
| static InfluxDB2\Model\Variables::openAPITypes |
( |
| ) |
|
|
static |
◆ setters()
| static InfluxDB2\Model\Variables::setters |
( |
| ) |
|
|
static |
◆ setVariables()
| InfluxDB2\Model\Variables::setVariables |
( |
| $variables | ) |
|
Sets variables
- Parameters
-
| \InfluxDB2\Model\Variable[] | null | $variables | variables |
- Returns
- $this
◆ valid()
| InfluxDB2\Model\Variables::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\Variables::$attributeMap |
|
staticprotected |
Initial value:= [
'variables' => 'variables'
]
◆ $getters
| InfluxDB2\Model\Variables::$getters |
|
staticprotected |
Initial value:= [
'variables' => 'getVariables'
]
◆ $openAPIFormats
| InfluxDB2\Model\Variables::$openAPIFormats |
|
staticprotected |
Initial value:= [
'variables' => null
]
◆ $openAPITypes
| InfluxDB2\Model\Variables::$openAPITypes |
|
staticprotected |
Initial value:= [
'variables' => '\InfluxDB2\Model\Variable[]'
]
◆ $setters
| InfluxDB2\Model\Variables::$setters |
|
staticprotected |
Initial value:= [
'variables' => 'setVariables'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/Variables.php