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