|
const | DISCRIMINATOR = null |
|
const | STATUS_READY = 'ready' |
|
◆ __construct()
InfluxDB2\Model\Ready::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\Ready::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\Ready::attributeMap |
( |
| ) |
|
|
static |
◆ getModelName()
InfluxDB2\Model\Ready::getModelName |
( |
| ) |
|
◆ getStarted()
InfluxDB2\Model\Ready::getStarted |
( |
| ) |
|
Gets started
- Returns
- \DateTime|null
◆ getStatus()
InfluxDB2\Model\Ready::getStatus |
( |
| ) |
|
Gets status
- Returns
- string|null
◆ getStatusAllowableValues()
InfluxDB2\Model\Ready::getStatusAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ getters()
static InfluxDB2\Model\Ready::getters |
( |
| ) |
|
|
static |
◆ getUp()
InfluxDB2\Model\Ready::getUp |
( |
| ) |
|
Gets up
- Returns
- string|null
◆ listInvalidProperties()
InfluxDB2\Model\Ready::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\Ready::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\Ready::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\Ready::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\Ready::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\Ready::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\Ready::openAPITypes |
( |
| ) |
|
|
static |
◆ setStarted()
InfluxDB2\Model\Ready::setStarted |
( |
| $started | ) |
|
Sets started
- Parameters
-
\DateTime | null | $started | started |
- Returns
- $this
◆ setStatus()
InfluxDB2\Model\Ready::setStatus |
( |
| $status | ) |
|
Sets status
- Parameters
-
string | null | $status | status |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\Ready::setters |
( |
| ) |
|
|
static |
◆ setUp()
InfluxDB2\Model\Ready::setUp |
( |
| $up | ) |
|
Sets up
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\Ready::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Implements InfluxDB2\Model\ModelInterface.
◆ $attributeMap
InfluxDB2\Model\Ready::$attributeMap |
|
staticprotected |
Initial value:= [
'status' => 'status',
'started' => 'started',
'up' => 'up'
]
◆ $getters
InfluxDB2\Model\Ready::$getters |
|
staticprotected |
Initial value:= [
'status' => 'getStatus',
'started' => 'getStarted',
'up' => 'getUp'
]
◆ $openAPIFormats
InfluxDB2\Model\Ready::$openAPIFormats |
|
staticprotected |
Initial value:= [
'status' => null,
'started' => 'date-time',
'up' => null
]
◆ $openAPITypes
InfluxDB2\Model\Ready::$openAPITypes |
|
staticprotected |
Initial value:= [
'status' => 'string',
'started' => '\DateTime',
'up' => 'string'
]
◆ $setters
InfluxDB2\Model\Ready::$setters |
|
staticprotected |
Initial value:= [
'status' => 'setStatus',
'started' => 'setStarted',
'up' => 'setUp'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/Ready.php