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