|
const | DISCRIMINATOR = null |
|
const | TYPE_CHECK = 'check' |
|
const | SHAPE_CHRONOGRAF_V2 = 'chronograf-v2' |
|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\CheckViewProperties::__construct |
( |
array | $data = null | ) |
|
◆ __toString()
InfluxDB2\Model\CheckViewProperties::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\CheckViewProperties::attributeMap |
( |
| ) |
|
|
static |
Array of attributes where the key is the local name, and the value is the original name
- Returns
- array
Reimplemented from InfluxDB2\Model\ViewProperties.
◆ getAdaptiveZoomHide()
InfluxDB2\Model\CheckViewProperties::getAdaptiveZoomHide |
( |
| ) |
|
Gets adaptive_zoom_hide
- Returns
- bool|null
◆ getCheck()
InfluxDB2\Model\CheckViewProperties::getCheck |
( |
| ) |
|
Gets check
- Returns
- \InfluxDB2\Model\Check|null
◆ getCheckId()
InfluxDB2\Model\CheckViewProperties::getCheckId |
( |
| ) |
|
Gets check_id
- Returns
- string
◆ getColors()
InfluxDB2\Model\CheckViewProperties::getColors |
( |
| ) |
|
Gets colors
- Returns
- \InfluxDB2\Model\DashboardColor[]
◆ getLegendColorizeRows()
InfluxDB2\Model\CheckViewProperties::getLegendColorizeRows |
( |
| ) |
|
Gets legend_colorize_rows
- Returns
- bool|null
◆ getLegendHide()
InfluxDB2\Model\CheckViewProperties::getLegendHide |
( |
| ) |
|
Gets legend_hide
- Returns
- bool|null
◆ getLegendOpacity()
InfluxDB2\Model\CheckViewProperties::getLegendOpacity |
( |
| ) |
|
Gets legend_opacity
- Returns
- float|null
◆ getLegendOrientationThreshold()
InfluxDB2\Model\CheckViewProperties::getLegendOrientationThreshold |
( |
| ) |
|
Gets legend_orientation_threshold
- Returns
- int|null
◆ getModelName()
InfluxDB2\Model\CheckViewProperties::getModelName |
( |
| ) |
|
◆ getQueries()
InfluxDB2\Model\CheckViewProperties::getQueries |
( |
| ) |
|
Gets queries
- Returns
- \InfluxDB2\Model\DashboardQuery[]
◆ getShape()
InfluxDB2\Model\CheckViewProperties::getShape |
( |
| ) |
|
◆ getShapeAllowableValues()
InfluxDB2\Model\CheckViewProperties::getShapeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ getters()
static InfluxDB2\Model\CheckViewProperties::getters |
( |
| ) |
|
|
static |
◆ getType()
InfluxDB2\Model\CheckViewProperties::getType |
( |
| ) |
|
◆ getTypeAllowableValues()
InfluxDB2\Model\CheckViewProperties::getTypeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ listInvalidProperties()
InfluxDB2\Model\CheckViewProperties::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\CheckViewProperties::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\CheckViewProperties::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\CheckViewProperties::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
InfluxDB2\Model\CheckViewProperties::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\CheckViewProperties::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\CheckViewProperties::openAPITypes |
( |
| ) |
|
|
static |
◆ setAdaptiveZoomHide()
InfluxDB2\Model\CheckViewProperties::setAdaptiveZoomHide |
( |
| $adaptive_zoom_hide | ) |
|
Sets adaptive_zoom_hide
- Parameters
-
bool | null | $adaptive_zoom_hide | adaptive_zoom_hide |
- Returns
- $this
◆ setCheck()
InfluxDB2\Model\CheckViewProperties::setCheck |
( |
| $check | ) |
|
Sets check
- Parameters
-
\InfluxDB2\Model\Check | null | $check | check |
- Returns
- $this
◆ setCheckId()
InfluxDB2\Model\CheckViewProperties::setCheckId |
( |
| $check_id | ) |
|
Sets check_id
- Parameters
-
- Returns
- $this
◆ setColors()
InfluxDB2\Model\CheckViewProperties::setColors |
( |
| $colors | ) |
|
Sets colors
- Parameters
-
\InfluxDB2\Model\DashboardColor[] | $colors | Colors define color encoding of data into a visualization |
- Returns
- $this
◆ setLegendColorizeRows()
InfluxDB2\Model\CheckViewProperties::setLegendColorizeRows |
( |
| $legend_colorize_rows | ) |
|
Sets legend_colorize_rows
- Parameters
-
bool | null | $legend_colorize_rows | legend_colorize_rows |
- Returns
- $this
◆ setLegendHide()
InfluxDB2\Model\CheckViewProperties::setLegendHide |
( |
| $legend_hide | ) |
|
Sets legend_hide
- Parameters
-
bool | null | $legend_hide | legend_hide |
- Returns
- $this
◆ setLegendOpacity()
InfluxDB2\Model\CheckViewProperties::setLegendOpacity |
( |
| $legend_opacity | ) |
|
Sets legend_opacity
- Parameters
-
float | null | $legend_opacity | legend_opacity |
- Returns
- $this
◆ setLegendOrientationThreshold()
InfluxDB2\Model\CheckViewProperties::setLegendOrientationThreshold |
( |
| $legend_orientation_threshold | ) |
|
Sets legend_orientation_threshold
- Parameters
-
int | null | $legend_orientation_threshold | legend_orientation_threshold |
- Returns
- $this
◆ setQueries()
InfluxDB2\Model\CheckViewProperties::setQueries |
( |
| $queries | ) |
|
Sets queries
- Parameters
-
\InfluxDB2\Model\DashboardQuery[] | $queries | queries |
- Returns
- $this
◆ setShape()
InfluxDB2\Model\CheckViewProperties::setShape |
( |
| $shape | ) |
|
Sets shape
- Parameters
-
- Returns
- $this
◆ setters()
static InfluxDB2\Model\CheckViewProperties::setters |
( |
| ) |
|
|
static |
◆ setType()
InfluxDB2\Model\CheckViewProperties::setType |
( |
| $type | ) |
|
Sets type
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\CheckViewProperties::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Reimplemented from InfluxDB2\Model\ViewProperties.
◆ $attributeMap
InfluxDB2\Model\CheckViewProperties::$attributeMap |
|
staticprotected |
Initial value:= [
'adaptive_zoom_hide' => 'adaptiveZoomHide',
'type' => 'type',
'shape' => 'shape',
'check_id' => 'checkID',
'check' => 'check',
'queries' => 'queries',
'colors' => 'colors',
'legend_colorize_rows' => 'legendColorizeRows',
'legend_hide' => 'legendHide',
'legend_opacity' => 'legendOpacity',
'legend_orientation_threshold' => 'legendOrientationThreshold'
]
◆ $getters
InfluxDB2\Model\CheckViewProperties::$getters |
|
staticprotected |
Initial value:= [
'adaptive_zoom_hide' => 'getAdaptiveZoomHide',
'type' => 'getType',
'shape' => 'getShape',
'check_id' => 'getCheckId',
'check' => 'getCheck',
'queries' => 'getQueries',
'colors' => 'getColors',
'legend_colorize_rows' => 'getLegendColorizeRows',
'legend_hide' => 'getLegendHide',
'legend_opacity' => 'getLegendOpacity',
'legend_orientation_threshold' => 'getLegendOrientationThreshold'
]
◆ $openAPIFormats
InfluxDB2\Model\CheckViewProperties::$openAPIFormats |
|
staticprotected |
Initial value:= [
'adaptive_zoom_hide' => null,
'type' => null,
'shape' => null,
'check_id' => null,
'check' => null,
'queries' => null,
'colors' => null,
'legend_colorize_rows' => null,
'legend_hide' => null,
'legend_opacity' => 'float',
'legend_orientation_threshold' => 'int32'
]
◆ $openAPITypes
InfluxDB2\Model\CheckViewProperties::$openAPITypes |
|
staticprotected |
Initial value:= [
'adaptive_zoom_hide' => 'bool',
'type' => 'string',
'shape' => 'string',
'check_id' => 'string',
'check' => '\InfluxDB2\Model\Check',
'queries' => '\InfluxDB2\Model\DashboardQuery[]',
'colors' => '\InfluxDB2\Model\DashboardColor[]',
'legend_colorize_rows' => 'bool',
'legend_hide' => 'bool',
'legend_opacity' => 'float',
'legend_orientation_threshold' => 'int'
]
◆ $setters
InfluxDB2\Model\CheckViewProperties::$setters |
|
staticprotected |
Initial value:= [
'adaptive_zoom_hide' => 'setAdaptiveZoomHide',
'type' => 'setType',
'shape' => 'setShape',
'check_id' => 'setCheckId',
'check' => 'setCheck',
'queries' => 'setQueries',
'colors' => 'setColors',
'legend_colorize_rows' => 'setLegendColorizeRows',
'legend_hide' => 'setLegendHide',
'legend_opacity' => 'setLegendOpacity',
'legend_orientation_threshold' => 'setLegendOrientationThreshold'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/CheckViewProperties.php