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