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