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