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