|
const | DISCRIMINATOR = null |
|
const | TYPE_RANGE = 'range' |
|
const | DISCRIMINATOR = 'type' |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\RangeThreshold::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
Reimplemented from InfluxDB2\Model\Threshold.
◆ __toString()
InfluxDB2\Model\RangeThreshold::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\RangeThreshold::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.
◆ getMax()
InfluxDB2\Model\RangeThreshold::getMax |
( |
| ) |
|
◆ getMin()
InfluxDB2\Model\RangeThreshold::getMin |
( |
| ) |
|
◆ getModelName()
InfluxDB2\Model\RangeThreshold::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\RangeThreshold::getters |
( |
| ) |
|
|
static |
Array of attributes to getter functions (for serialization of requests)
- Returns
- array
Reimplemented from InfluxDB2\Model\Threshold.
◆ getType()
InfluxDB2\Model\RangeThreshold::getType |
( |
| ) |
|
◆ getTypeAllowableValues()
InfluxDB2\Model\RangeThreshold::getTypeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ getWithin()
InfluxDB2\Model\RangeThreshold::getWithin |
( |
| ) |
|
◆ listInvalidProperties()
InfluxDB2\Model\RangeThreshold::listInvalidProperties |
( |
| ) |
|
Show all the invalid properties with reasons.
- Returns
- array invalid properties with reasons
Reimplemented from InfluxDB2\Model\Threshold.
◆ offsetExists()
InfluxDB2\Model\RangeThreshold::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\RangeThreshold::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\RangeThreshold::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\RangeThreshold::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\RangeThreshold::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\RangeThreshold::openAPITypes |
( |
| ) |
|
|
static |
◆ setMax()
InfluxDB2\Model\RangeThreshold::setMax |
( |
| $max | ) |
|
Sets max
- Parameters
-
- Returns
- $this
◆ setMin()
InfluxDB2\Model\RangeThreshold::setMin |
( |
| $min | ) |
|
Sets min
- Parameters
-
- Returns
- $this
◆ setters()
static InfluxDB2\Model\RangeThreshold::setters |
( |
| ) |
|
|
static |
Array of attributes to setter functions (for deserialization of responses)
- Returns
- array
Reimplemented from InfluxDB2\Model\Threshold.
◆ setType()
InfluxDB2\Model\RangeThreshold::setType |
( |
| $type | ) |
|
Sets type
- Parameters
-
- Returns
- $this
◆ setWithin()
InfluxDB2\Model\RangeThreshold::setWithin |
( |
| $within | ) |
|
Sets within
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\RangeThreshold::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\RangeThreshold::$attributeMap |
|
staticprotected |
Initial value:= [
'type' => 'type',
'min' => 'min',
'max' => 'max',
'within' => 'within'
]
◆ $getters
InfluxDB2\Model\RangeThreshold::$getters |
|
staticprotected |
Initial value:= [
'type' => 'getType',
'min' => 'getMin',
'max' => 'getMax',
'within' => 'getWithin'
]
◆ $openAPIFormats
InfluxDB2\Model\RangeThreshold::$openAPIFormats |
|
staticprotected |
Initial value:= [
'type' => null,
'min' => 'float',
'max' => 'float',
'within' => null
]
◆ $openAPITypes
InfluxDB2\Model\RangeThreshold::$openAPITypes |
|
staticprotected |
Initial value:= [
'type' => 'string',
'min' => 'float',
'max' => 'float',
'within' => 'bool'
]
◆ $setters
InfluxDB2\Model\RangeThreshold::$setters |
|
staticprotected |
Initial value:= [
'type' => 'setType',
'min' => 'setMin',
'max' => 'setMax',
'within' => 'setWithin'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/RangeThreshold.php