InfluxDB PHP Client
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Static Protected Attributes | List of all members
InfluxDB2\Model\CheckViewProperties Class Reference
Inheritance diagram for InfluxDB2\Model\CheckViewProperties:
InfluxDB2\Model\ViewProperties InfluxDB2\Model\ModelInterface

Public Member Functions

 getModelName ()
 
 getTypeAllowableValues ()
 
 getShapeAllowableValues ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 getAdaptiveZoomHide ()
 
 setAdaptiveZoomHide ($adaptive_zoom_hide)
 
 getType ()
 
 setType ($type)
 
 getShape ()
 
 setShape ($shape)
 
 getCheckId ()
 
 setCheckId ($check_id)
 
 getCheck ()
 
 setCheck ($check)
 
 getQueries ()
 
 setQueries ($queries)
 
 getColors ()
 
 setColors ($colors)
 
 getLegendColorizeRows ()
 
 setLegendColorizeRows ($legend_colorize_rows)
 
 getLegendHide ()
 
 setLegendHide ($legend_hide)
 
 getLegendOpacity ()
 
 setLegendOpacity ($legend_opacity)
 
 getLegendOrientationThreshold ()
 
 setLegendOrientationThreshold ($legend_orientation_threshold)
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 __toString ()
 

Static Public Member Functions

static openAPITypes ()
 
static openAPIFormats ()
 
static attributeMap ()
 
static setters ()
 
static getters ()
 

Public Attributes

const DISCRIMINATOR = null
 
const TYPE_CHECK = 'check'
 
const SHAPE_CHRONOGRAF_V2 = 'chronograf-v2'
 
- Public Attributes inherited from InfluxDB2\Model\ViewProperties
const DISCRIMINATOR = null
 

Static Protected Attributes

static $openAPIModelName = 'CheckViewProperties'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 
- Static Protected Attributes inherited from InfluxDB2\Model\ViewProperties
static $openAPIModelName = 'ViewProperties'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 

Additional Inherited Members

- Protected Attributes inherited from InfluxDB2\Model\ViewProperties
 $container = []
 

Constructor & Destructor Documentation

◆ __construct()

InfluxDB2\Model\CheckViewProperties::__construct ( array $data = null)

Constructor

Parameters
mixed[]$dataAssociated array of property values initializing the model

Reimplemented from InfluxDB2\Model\ViewProperties.

Member Function Documentation

◆ __toString()

InfluxDB2\Model\CheckViewProperties::__toString ( )

Gets the string presentation of the object

Returns
string

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ 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 ( )

The original name of the model.

Returns
string

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ getQueries()

InfluxDB2\Model\CheckViewProperties::getQueries ( )

Gets queries

Returns
\InfluxDB2\Model\DashboardQuery[]

◆ getShape()

InfluxDB2\Model\CheckViewProperties::getShape ( )

Gets shape

Returns
string

◆ getShapeAllowableValues()

InfluxDB2\Model\CheckViewProperties::getShapeAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getters()

static InfluxDB2\Model\CheckViewProperties::getters ( )
static

Array of attributes to getter functions (for serialization of requests)

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ getType()

InfluxDB2\Model\CheckViewProperties::getType ( )

Gets type

Returns
string

◆ getTypeAllowableValues()

InfluxDB2\Model\CheckViewProperties::getTypeAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ listInvalidProperties()

InfluxDB2\Model\CheckViewProperties::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetExists()

InfluxDB2\Model\CheckViewProperties::offsetExists ( $offset)

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetGet()

InfluxDB2\Model\CheckViewProperties::offsetGet ( $offset)

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetSet()

InfluxDB2\Model\CheckViewProperties::offsetSet ( $offset,
$value )

Sets value based on offset.

Parameters
integer$offsetOffset
mixed$valueValue to be set
Returns
void

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetUnset()

InfluxDB2\Model\CheckViewProperties::offsetUnset ( $offset)

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ openAPIFormats()

static InfluxDB2\Model\CheckViewProperties::openAPIFormats ( )
static

Array of property to format mappings. Used for (de)serialization

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ openAPITypes()

static InfluxDB2\Model\CheckViewProperties::openAPITypes ( )
static

Array of property to type mappings. Used for (de)serialization

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ setAdaptiveZoomHide()

InfluxDB2\Model\CheckViewProperties::setAdaptiveZoomHide ( $adaptive_zoom_hide)

Sets adaptive_zoom_hide

Parameters
bool | null$adaptive_zoom_hideadaptive_zoom_hide
Returns
$this

◆ setCheck()

InfluxDB2\Model\CheckViewProperties::setCheck ( $check)

Sets check

Parameters
\InfluxDB2\Model\Check | null$checkcheck
Returns
$this

◆ setCheckId()

InfluxDB2\Model\CheckViewProperties::setCheckId ( $check_id)

Sets check_id

Parameters
string$check_idcheck_id
Returns
$this

◆ setColors()

InfluxDB2\Model\CheckViewProperties::setColors ( $colors)

Sets colors

Parameters
\InfluxDB2\Model\DashboardColor[]$colorsColors 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_rowslegend_colorize_rows
Returns
$this

◆ setLegendHide()

InfluxDB2\Model\CheckViewProperties::setLegendHide ( $legend_hide)

Sets legend_hide

Parameters
bool | null$legend_hidelegend_hide
Returns
$this

◆ setLegendOpacity()

InfluxDB2\Model\CheckViewProperties::setLegendOpacity ( $legend_opacity)

Sets legend_opacity

Parameters
float | null$legend_opacitylegend_opacity
Returns
$this

◆ setLegendOrientationThreshold()

InfluxDB2\Model\CheckViewProperties::setLegendOrientationThreshold ( $legend_orientation_threshold)

Sets legend_orientation_threshold

Parameters
int | null$legend_orientation_thresholdlegend_orientation_threshold
Returns
$this

◆ setQueries()

InfluxDB2\Model\CheckViewProperties::setQueries ( $queries)

Sets queries

Parameters
\InfluxDB2\Model\DashboardQuery[]$queriesqueries
Returns
$this

◆ setShape()

InfluxDB2\Model\CheckViewProperties::setShape ( $shape)

Sets shape

Parameters
string$shapeshape
Returns
$this

◆ setters()

static InfluxDB2\Model\CheckViewProperties::setters ( )
static

Array of attributes to setter functions (for deserialization of responses)

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ setType()

InfluxDB2\Model\CheckViewProperties::setType ( $type)

Sets type

Parameters
string$typetype
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.

Member Data Documentation

◆ $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: