|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\DashboardQuery::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\DashboardQuery::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\DashboardQuery::attributeMap |
( |
| ) |
|
|
static |
◆ getBuilderConfig()
InfluxDB2\Model\DashboardQuery::getBuilderConfig |
( |
| ) |
|
Gets builder_config
- Returns
- \InfluxDB2\Model\BuilderConfig|null
◆ getEditMode()
InfluxDB2\Model\DashboardQuery::getEditMode |
( |
| ) |
|
Gets edit_mode
- Returns
- \InfluxDB2\Model\QueryEditMode|null
◆ getModelName()
InfluxDB2\Model\DashboardQuery::getModelName |
( |
| ) |
|
◆ getName()
InfluxDB2\Model\DashboardQuery::getName |
( |
| ) |
|
Gets name
- Returns
- string|null
◆ getters()
static InfluxDB2\Model\DashboardQuery::getters |
( |
| ) |
|
|
static |
◆ getText()
InfluxDB2\Model\DashboardQuery::getText |
( |
| ) |
|
Gets text
- Returns
- string|null
◆ listInvalidProperties()
InfluxDB2\Model\DashboardQuery::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\DashboardQuery::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\DashboardQuery::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\DashboardQuery::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\DashboardQuery::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\DashboardQuery::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\DashboardQuery::openAPITypes |
( |
| ) |
|
|
static |
◆ setBuilderConfig()
InfluxDB2\Model\DashboardQuery::setBuilderConfig |
( |
| $builder_config | ) |
|
Sets builder_config
- Parameters
-
\InfluxDB2\Model\BuilderConfig | null | $builder_config | builder_config |
- Returns
- $this
◆ setEditMode()
InfluxDB2\Model\DashboardQuery::setEditMode |
( |
| $edit_mode | ) |
|
Sets edit_mode
- Parameters
-
\InfluxDB2\Model\QueryEditMode | null | $edit_mode | edit_mode |
- Returns
- $this
◆ setName()
InfluxDB2\Model\DashboardQuery::setName |
( |
| $name | ) |
|
Sets name
- Parameters
-
- Returns
- $this
◆ setters()
static InfluxDB2\Model\DashboardQuery::setters |
( |
| ) |
|
|
static |
◆ setText()
InfluxDB2\Model\DashboardQuery::setText |
( |
| $text | ) |
|
Sets text
- Parameters
-
string | null | $text | The text of the Flux query. |
- Returns
- $this
◆ valid()
InfluxDB2\Model\DashboardQuery::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\DashboardQuery::$attributeMap |
|
staticprotected |
Initial value:= [
'text' => 'text',
'edit_mode' => 'editMode',
'name' => 'name',
'builder_config' => 'builderConfig'
]
◆ $getters
InfluxDB2\Model\DashboardQuery::$getters |
|
staticprotected |
Initial value:= [
'text' => 'getText',
'edit_mode' => 'getEditMode',
'name' => 'getName',
'builder_config' => 'getBuilderConfig'
]
◆ $openAPIFormats
InfluxDB2\Model\DashboardQuery::$openAPIFormats |
|
staticprotected |
Initial value:= [
'text' => null,
'edit_mode' => null,
'name' => null,
'builder_config' => null
]
◆ $openAPITypes
InfluxDB2\Model\DashboardQuery::$openAPITypes |
|
staticprotected |
Initial value:= [
'text' => 'string',
'edit_mode' => '\InfluxDB2\Model\QueryEditMode',
'name' => 'string',
'builder_config' => '\InfluxDB2\Model\BuilderConfig'
]
◆ $setters
InfluxDB2\Model\DashboardQuery::$setters |
|
staticprotected |
Initial value:= [
'text' => 'setText',
'edit_mode' => 'setEditMode',
'name' => 'setName',
'builder_config' => 'setBuilderConfig'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/DashboardQuery.php