|
InfluxDB PHP Client
|
Public Member Functions | |
| getModelName () | |
| __construct (?array $data=null) | |
| listInvalidProperties () | |
| valid () | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| __toString () | |
Static Public Member Functions | |
| static | openAPITypes () |
| static | openAPIFormats () |
| static | attributeMap () |
| static | setters () |
| static | getters () |
Public Attributes | |
| const | DISCRIMINATOR = null |
Public Attributes inherited from InfluxDB2\Model\Expression | |
| const | DISCRIMINATOR = null |
Public Attributes inherited from InfluxDB2\Model\Node | |
| const | DISCRIMINATOR = null |
Static Protected Attributes | |
| static | $openAPIModelName = 'PropertyKey' |
| static | $openAPITypes |
| static | $openAPIFormats |
| static | $attributeMap |
| static | $setters |
| static | $getters |
Static Protected Attributes inherited from InfluxDB2\Model\Expression | |
| static | $openAPIModelName = 'Expression' |
| static | $openAPITypes |
| static | $openAPIFormats |
| static | $attributeMap |
| static | $setters |
| static | $getters |
Static Protected Attributes inherited from InfluxDB2\Model\Node | |
| static | $openAPIModelName = 'Node' |
| static | $openAPITypes |
| static | $openAPIFormats |
| static | $attributeMap |
| static | $setters |
| static | $getters |
Additional Inherited Members | |
Protected Attributes inherited from InfluxDB2\Model\Node | |
| $container = [] | |
| InfluxDB2\Model\PropertyKey::__construct | ( | ?array | $data = null | ) |
Constructor
| mixed[] | $data | Associated array of property values initializing the model |
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
| InfluxDB2\Model\PropertyKey::__toString | ( | ) |
Gets the string presentation of the object
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
|
static |
Array of attributes where the key is the local name, and the value is the original name
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
| InfluxDB2\Model\PropertyKey::getModelName | ( | ) |
The original name of the model.
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
|
static |
Array of attributes to getter functions (for serialization of requests)
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
| InfluxDB2\Model\PropertyKey::listInvalidProperties | ( | ) |
Show all the invalid properties with reasons.
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
| InfluxDB2\Model\PropertyKey::offsetExists | ( | $offset | ) |
Returns true if offset exists. False otherwise.
| integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
| InfluxDB2\Model\PropertyKey::offsetGet | ( | $offset | ) |
Gets offset.
| integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
| InfluxDB2\Model\PropertyKey::offsetSet | ( | $offset, | |
| $value ) |
Sets value based on offset.
| integer | $offset | Offset |
| mixed | $value | Value to be set |
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
| InfluxDB2\Model\PropertyKey::offsetUnset | ( | $offset | ) |
Unsets offset.
| integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
|
static |
Array of property to format mappings. Used for (de)serialization
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
|
static |
Array of property to type mappings. Used for (de)serialization
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
|
static |
Array of attributes to setter functions (for deserialization of responses)
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
| InfluxDB2\Model\PropertyKey::valid | ( | ) |
Validate all the properties in the model return true if all passed
Reimplemented from InfluxDB2\Model\Expression.
Reimplemented in InfluxDB2\Model\Identifier, and InfluxDB2\Model\StringLiteral.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |