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