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