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