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