|
const | DISCRIMINATOR = null |
|
const | TYPE_CUSTOM = 'custom' |
|
const | DISCRIMINATOR = 'type' |
|
const | DISCRIMINATOR = 'type' |
|
const | DISCRIMINATOR = null |
|
const | LAST_RUN_STATUS_FAILED = 'failed' |
|
const | LAST_RUN_STATUS_SUCCESS = 'success' |
|
const | LAST_RUN_STATUS_CANCELED = 'canceled' |
|
◆ __construct()
InfluxDB2\Model\CustomCheck::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
Reimplemented from InfluxDB2\Model\Check.
◆ __toString()
InfluxDB2\Model\CustomCheck::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\CustomCheck::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\Check.
◆ getModelName()
InfluxDB2\Model\CustomCheck::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\CustomCheck::getters |
( |
| ) |
|
|
static |
Array of attributes to getter functions (for serialization of requests)
- Returns
- array
Reimplemented from InfluxDB2\Model\Check.
◆ getType()
InfluxDB2\Model\CustomCheck::getType |
( |
| ) |
|
◆ getTypeAllowableValues()
InfluxDB2\Model\CustomCheck::getTypeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ listInvalidProperties()
InfluxDB2\Model\CustomCheck::listInvalidProperties |
( |
| ) |
|
Show all the invalid properties with reasons.
- Returns
- array invalid properties with reasons
Reimplemented from InfluxDB2\Model\Check.
◆ offsetExists()
InfluxDB2\Model\CustomCheck::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
Reimplemented from InfluxDB2\Model\Check.
◆ offsetGet()
InfluxDB2\Model\CustomCheck::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\CustomCheck::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
Reimplemented from InfluxDB2\Model\Check.
◆ offsetUnset()
InfluxDB2\Model\CustomCheck::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\CustomCheck::openAPIFormats |
( |
| ) |
|
|
static |
Array of property to format mappings. Used for (de)serialization
- Returns
- array
Reimplemented from InfluxDB2\Model\Check.
◆ openAPITypes()
static InfluxDB2\Model\CustomCheck::openAPITypes |
( |
| ) |
|
|
static |
Array of property to type mappings. Used for (de)serialization
- Returns
- array
Reimplemented from InfluxDB2\Model\Check.
◆ setters()
static InfluxDB2\Model\CustomCheck::setters |
( |
| ) |
|
|
static |
Array of attributes to setter functions (for deserialization of responses)
- Returns
- array
Reimplemented from InfluxDB2\Model\Check.
◆ setType()
InfluxDB2\Model\CustomCheck::setType |
( |
| $type | ) |
|
Sets type
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\CustomCheck::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\Check.
◆ $attributeMap
InfluxDB2\Model\CustomCheck::$attributeMap |
|
staticprotected |
◆ $getters
InfluxDB2\Model\CustomCheck::$getters |
|
staticprotected |
Initial value:= [
'type' => 'getType'
]
◆ $openAPIFormats
InfluxDB2\Model\CustomCheck::$openAPIFormats |
|
staticprotected |
◆ $openAPITypes
InfluxDB2\Model\CustomCheck::$openAPITypes |
|
staticprotected |
◆ $setters
InfluxDB2\Model\CustomCheck::$setters |
|
staticprotected |
Initial value:= [
'type' => 'setType'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/CustomCheck.php