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