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