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