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