|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\View::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\View::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\View::attributeMap |
( |
| ) |
|
|
static |
◆ getId()
InfluxDB2\Model\View::getId |
( |
| ) |
|
Gets id
- Returns
- string|null
◆ getLinks()
InfluxDB2\Model\View::getLinks |
( |
| ) |
|
Gets links
- Returns
- \InfluxDB2\Model\ViewLinks|null
◆ getModelName()
InfluxDB2\Model\View::getModelName |
( |
| ) |
|
◆ getName()
InfluxDB2\Model\View::getName |
( |
| ) |
|
◆ getProperties()
InfluxDB2\Model\View::getProperties |
( |
| ) |
|
Gets properties
- Returns
- \InfluxDB2\Model\ViewProperties
◆ getters()
static InfluxDB2\Model\View::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\View::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\View::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\View::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\View::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\View::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\View::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\View::openAPITypes |
( |
| ) |
|
|
static |
◆ setId()
InfluxDB2\Model\View::setId |
( |
| $id | ) |
|
Sets id
- Parameters
-
- Returns
- $this
◆ setLinks()
InfluxDB2\Model\View::setLinks |
( |
| $links | ) |
|
Sets links
- Parameters
-
\InfluxDB2\Model\ViewLinks | null | $links | links |
- Returns
- $this
◆ setName()
InfluxDB2\Model\View::setName |
( |
| $name | ) |
|
Sets name
- Parameters
-
- Returns
- $this
◆ setProperties()
InfluxDB2\Model\View::setProperties |
( |
| $properties | ) |
|
Sets properties
- Parameters
-
\InfluxDB2\Model\ViewProperties | $properties | properties |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\View::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\View::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\View::$attributeMap |
|
staticprotected |
Initial value:= [
'links' => 'links',
'id' => 'id',
'name' => 'name',
'properties' => 'properties'
]
◆ $getters
InfluxDB2\Model\View::$getters |
|
staticprotected |
Initial value:= [
'links' => 'getLinks',
'id' => 'getId',
'name' => 'getName',
'properties' => 'getProperties'
]
◆ $openAPIFormats
InfluxDB2\Model\View::$openAPIFormats |
|
staticprotected |
Initial value:= [
'links' => null,
'id' => null,
'name' => null,
'properties' => null
]
◆ $openAPITypes
InfluxDB2\Model\View::$openAPITypes |
|
staticprotected |
Initial value:= [
'links' => '\InfluxDB2\Model\ViewLinks',
'id' => 'string',
'name' => 'string',
'properties' => '\InfluxDB2\Model\ViewProperties'
]
◆ $setters
InfluxDB2\Model\View::$setters |
|
staticprotected |
Initial value:= [
'links' => 'setLinks',
'id' => 'setId',
'name' => 'setName',
'properties' => 'setProperties'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/View.php