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