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