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