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