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