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