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