|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\OptionStatement::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
Reimplemented from InfluxDB2\Model\Statement.
◆ __toString()
InfluxDB2\Model\OptionStatement::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\OptionStatement::attributeMap |
( |
| ) |
|
|
static |
Array of attributes where the key is the local name, and the value is the original name
- Returns
- array
Reimplemented from InfluxDB2\Model\Statement.
◆ getAssignment()
InfluxDB2\Model\OptionStatement::getAssignment |
( |
| ) |
|
Gets assignment
- Returns
- object|null
◆ getModelName()
InfluxDB2\Model\OptionStatement::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\OptionStatement::getters |
( |
| ) |
|
|
static |
Array of attributes to getter functions (for serialization of requests)
- Returns
- array
Reimplemented from InfluxDB2\Model\Statement.
◆ getType()
InfluxDB2\Model\OptionStatement::getType |
( |
| ) |
|
Gets type
- Returns
- string|null
◆ listInvalidProperties()
InfluxDB2\Model\OptionStatement::listInvalidProperties |
( |
| ) |
|
Show all the invalid properties with reasons.
- Returns
- array invalid properties with reasons
Reimplemented from InfluxDB2\Model\Statement.
◆ offsetExists()
InfluxDB2\Model\OptionStatement::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\OptionStatement::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\OptionStatement::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
Reimplemented from InfluxDB2\Model\Statement.
◆ offsetUnset()
InfluxDB2\Model\OptionStatement::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\OptionStatement::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\OptionStatement::openAPITypes |
( |
| ) |
|
|
static |
◆ setAssignment()
InfluxDB2\Model\OptionStatement::setAssignment |
( |
| $assignment | ) |
|
Sets assignment
- Parameters
-
object | null | $assignment | assignment |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\OptionStatement::setters |
( |
| ) |
|
|
static |
Array of attributes to setter functions (for deserialization of responses)
- Returns
- array
Reimplemented from InfluxDB2\Model\Statement.
◆ setType()
InfluxDB2\Model\OptionStatement::setType |
( |
| $type | ) |
|
Sets type
- Parameters
-
string | null | $type | Type of AST node |
- Returns
- $this
◆ valid()
InfluxDB2\Model\OptionStatement::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Reimplemented from InfluxDB2\Model\Statement.
◆ $attributeMap
InfluxDB2\Model\OptionStatement::$attributeMap |
|
staticprotected |
Initial value:= [
'type' => 'type',
'assignment' => 'assignment'
]
◆ $getters
InfluxDB2\Model\OptionStatement::$getters |
|
staticprotected |
Initial value:= [
'type' => 'getType',
'assignment' => 'getAssignment'
]
◆ $openAPIFormats
InfluxDB2\Model\OptionStatement::$openAPIFormats |
|
staticprotected |
Initial value:= [
'type' => null,
'assignment' => null
]
◆ $openAPITypes
InfluxDB2\Model\OptionStatement::$openAPITypes |
|
staticprotected |
Initial value:= [
'type' => 'string',
'assignment' => 'object'
]
◆ $setters
InfluxDB2\Model\OptionStatement::$setters |
|
staticprotected |
Initial value:= [
'type' => 'setType',
'assignment' => 'setAssignment'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/OptionStatement.php