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