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