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