|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\Telegraf::__construct |
( |
array | $data = null | ) |
|
◆ __toString()
InfluxDB2\Model\Telegraf::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\Telegraf::attributeMap |
( |
| ) |
|
|
static |
◆ getId()
InfluxDB2\Model\Telegraf::getId |
( |
| ) |
|
Gets id
- Returns
- string|null
◆ getLabels()
InfluxDB2\Model\Telegraf::getLabels |
( |
| ) |
|
Gets labels
- Returns
- \InfluxDB2\Model\Label[]|null
◆ getLinks()
InfluxDB2\Model\Telegraf::getLinks |
( |
| ) |
|
Gets links
- Returns
- \InfluxDB2\Model\TelegrafLinks|null
◆ getModelName()
InfluxDB2\Model\Telegraf::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\Telegraf::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\Telegraf::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\Telegraf::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\Telegraf::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\Telegraf::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
InfluxDB2\Model\Telegraf::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\Telegraf::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\Telegraf::openAPITypes |
( |
| ) |
|
|
static |
◆ setId()
InfluxDB2\Model\Telegraf::setId |
( |
| $id | ) |
|
Sets id
- Parameters
-
- Returns
- $this
◆ setLabels()
InfluxDB2\Model\Telegraf::setLabels |
( |
| $labels | ) |
|
Sets labels
- Parameters
-
\InfluxDB2\Model\Label[] | null | $labels | labels |
- Returns
- $this
◆ setLinks()
InfluxDB2\Model\Telegraf::setLinks |
( |
| $links | ) |
|
Sets links
- Parameters
-
\InfluxDB2\Model\TelegrafLinks | null | $links | links |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\Telegraf::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\Telegraf::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Reimplemented from InfluxDB2\Model\TelegrafRequest.
◆ $attributeMap
InfluxDB2\Model\Telegraf::$attributeMap |
|
staticprotected |
Initial value:= [
'id' => 'id',
'links' => 'links',
'labels' => 'labels'
]
◆ $getters
InfluxDB2\Model\Telegraf::$getters |
|
staticprotected |
Initial value:= [
'id' => 'getId',
'links' => 'getLinks',
'labels' => 'getLabels'
]
◆ $openAPIFormats
InfluxDB2\Model\Telegraf::$openAPIFormats |
|
staticprotected |
Initial value:= [
'id' => null,
'links' => null,
'labels' => null
]
◆ $openAPITypes
InfluxDB2\Model\Telegraf::$openAPITypes |
|
staticprotected |
Initial value:= [
'id' => 'string',
'links' => '\InfluxDB2\Model\TelegrafLinks',
'labels' => '\InfluxDB2\Model\Label[]'
]
◆ $setters
InfluxDB2\Model\Telegraf::$setters |
|
staticprotected |
Initial value:= [
'id' => 'setId',
'links' => 'setLinks',
'labels' => 'setLabels'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/Telegraf.php