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