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