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