|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\Replications::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\Replications::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\Replications::attributeMap |
( |
| ) |
|
|
static |
◆ getModelName()
InfluxDB2\Model\Replications::getModelName |
( |
| ) |
|
◆ getReplications()
InfluxDB2\Model\Replications::getReplications |
( |
| ) |
|
Gets replications
- Returns
- \InfluxDB2\Model\Replication[]|null
◆ getters()
static InfluxDB2\Model\Replications::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\Replications::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\Replications::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\Replications::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\Replications::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\Replications::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\Replications::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\Replications::openAPITypes |
( |
| ) |
|
|
static |
◆ setReplications()
InfluxDB2\Model\Replications::setReplications |
( |
| $replications | ) |
|
Sets replications
- Parameters
-
\InfluxDB2\Model\Replication[] | null | $replications | replications |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\Replications::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\Replications::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\Replications::$attributeMap |
|
staticprotected |
Initial value:= [
'replications' => 'replications'
]
◆ $getters
InfluxDB2\Model\Replications::$getters |
|
staticprotected |
Initial value:= [
'replications' => 'getReplications'
]
◆ $openAPIFormats
InfluxDB2\Model\Replications::$openAPIFormats |
|
staticprotected |
Initial value:= [
'replications' => null
]
◆ $openAPITypes
InfluxDB2\Model\Replications::$openAPITypes |
|
staticprotected |
Initial value:= [
'replications' => '\InfluxDB2\Model\Replication[]'
]
◆ $setters
InfluxDB2\Model\Replications::$setters |
|
staticprotected |
Initial value:= [
'replications' => 'setReplications'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/Replications.php