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