|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\StringLiteral::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
Reimplemented from InfluxDB2\Model\PropertyKey.
◆ __toString()
InfluxDB2\Model\StringLiteral::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\StringLiteral::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\PropertyKey.
◆ getModelName()
InfluxDB2\Model\StringLiteral::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\StringLiteral::getters |
( |
| ) |
|
|
static |
◆ getType()
InfluxDB2\Model\StringLiteral::getType |
( |
| ) |
|
Gets type
- Returns
- string|null
◆ getValue()
InfluxDB2\Model\StringLiteral::getValue |
( |
| ) |
|
Gets value
- Returns
- string|null
◆ listInvalidProperties()
InfluxDB2\Model\StringLiteral::listInvalidProperties |
( |
| ) |
|
Show all the invalid properties with reasons.
- Returns
- array invalid properties with reasons
Reimplemented from InfluxDB2\Model\PropertyKey.
◆ offsetExists()
InfluxDB2\Model\StringLiteral::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\StringLiteral::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\StringLiteral::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
Reimplemented from InfluxDB2\Model\PropertyKey.
◆ offsetUnset()
InfluxDB2\Model\StringLiteral::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\StringLiteral::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\StringLiteral::openAPITypes |
( |
| ) |
|
|
static |
◆ setters()
static InfluxDB2\Model\StringLiteral::setters |
( |
| ) |
|
|
static |
Array of attributes to setter functions (for deserialization of responses)
- Returns
- array
Reimplemented from InfluxDB2\Model\PropertyKey.
◆ setType()
InfluxDB2\Model\StringLiteral::setType |
( |
| $type | ) |
|
Sets type
- Parameters
-
string | null | $type | Type of AST node |
- Returns
- $this
◆ setValue()
InfluxDB2\Model\StringLiteral::setValue |
( |
| $value | ) |
|
Sets value
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\StringLiteral::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\PropertyKey.
◆ $attributeMap
InfluxDB2\Model\StringLiteral::$attributeMap |
|
staticprotected |
Initial value:= [
'type' => 'type',
'value' => 'value'
]
◆ $getters
InfluxDB2\Model\StringLiteral::$getters |
|
staticprotected |
Initial value:= [
'type' => 'getType',
'value' => 'getValue'
]
◆ $openAPIFormats
InfluxDB2\Model\StringLiteral::$openAPIFormats |
|
staticprotected |
Initial value:= [
'type' => null,
'value' => null
]
◆ $openAPITypes
InfluxDB2\Model\StringLiteral::$openAPITypes |
|
staticprotected |
Initial value:= [
'type' => 'string',
'value' => 'string'
]
◆ $setters
InfluxDB2\Model\StringLiteral::$setters |
|
staticprotected |
Initial value:= [
'type' => 'setType',
'value' => 'setValue'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/StringLiteral.php