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\LinePlusSingleStatProperties Class Reference
Inheritance diagram for InfluxDB2\Model\LinePlusSingleStatProperties:
InfluxDB2\Model\ViewProperties InfluxDB2\Model\ModelInterface

Public Member Functions

 getModelName ()
 
 getTypeAllowableValues ()
 
 getShapeAllowableValues ()
 
 getHoverDimensionAllowableValues ()
 
 getPositionAllowableValues ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 getAdaptiveZoomHide ()
 
 setAdaptiveZoomHide ($adaptive_zoom_hide)
 
 getTimeFormat ()
 
 setTimeFormat ($time_format)
 
 getType ()
 
 setType ($type)
 
 getQueries ()
 
 setQueries ($queries)
 
 getColors ()
 
 setColors ($colors)
 
 getShape ()
 
 setShape ($shape)
 
 getNote ()
 
 setNote ($note)
 
 getShowNoteWhenEmpty ()
 
 setShowNoteWhenEmpty ($show_note_when_empty)
 
 getAxes ()
 
 setAxes ($axes)
 
 getStaticLegend ()
 
 setStaticLegend ($static_legend)
 
 getXColumn ()
 
 setXColumn ($x_column)
 
 getGenerateXAxisTicks ()
 
 setGenerateXAxisTicks ($generate_x_axis_ticks)
 
 getXTotalTicks ()
 
 setXTotalTicks ($x_total_ticks)
 
 getXTickStart ()
 
 setXTickStart ($x_tick_start)
 
 getXTickStep ()
 
 setXTickStep ($x_tick_step)
 
 getYColumn ()
 
 setYColumn ($y_column)
 
 getGenerateYAxisTicks ()
 
 setGenerateYAxisTicks ($generate_y_axis_ticks)
 
 getYTotalTicks ()
 
 setYTotalTicks ($y_total_ticks)
 
 getYTickStart ()
 
 setYTickStart ($y_tick_start)
 
 getYTickStep ()
 
 setYTickStep ($y_tick_step)
 
 getShadeBelow ()
 
 setShadeBelow ($shade_below)
 
 getHoverDimension ()
 
 setHoverDimension ($hover_dimension)
 
 getPosition ()
 
 setPosition ($position)
 
 getPrefix ()
 
 setPrefix ($prefix)
 
 getSuffix ()
 
 setSuffix ($suffix)
 
 getDecimalPlaces ()
 
 setDecimalPlaces ($decimal_places)
 
 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_LINE_PLUS_SINGLE_STAT = 'line-plus-single-stat'
 
const SHAPE_CHRONOGRAF_V2 = 'chronograf-v2'
 
const HOVER_DIMENSION_AUTO = 'auto'
 
const HOVER_DIMENSION_X = 'x'
 
const HOVER_DIMENSION_Y = 'y'
 
const HOVER_DIMENSION_XY = 'xy'
 
const POSITION_OVERLAID = 'overlaid'
 
const POSITION_STACKED = 'stacked'
 
- Public Attributes inherited from InfluxDB2\Model\ViewProperties
const DISCRIMINATOR = null
 

Static Protected Attributes

static $openAPIModelName = 'LinePlusSingleStatProperties'
 
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\LinePlusSingleStatProperties::__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\LinePlusSingleStatProperties::__toString ( )

Gets the string presentation of the object

Returns
string

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ attributeMap()

static InfluxDB2\Model\LinePlusSingleStatProperties::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\LinePlusSingleStatProperties::getAdaptiveZoomHide ( )

Gets adaptive_zoom_hide

Returns
bool|null

◆ getAxes()

InfluxDB2\Model\LinePlusSingleStatProperties::getAxes ( )

Gets axes

Returns
\InfluxDB2\Model\Axes

◆ getColors()

InfluxDB2\Model\LinePlusSingleStatProperties::getColors ( )

Gets colors

Returns
\InfluxDB2\Model\DashboardColor[]

◆ getDecimalPlaces()

InfluxDB2\Model\LinePlusSingleStatProperties::getDecimalPlaces ( )

Gets decimal_places

Returns
\InfluxDB2\Model\DecimalPlaces

◆ getGenerateXAxisTicks()

InfluxDB2\Model\LinePlusSingleStatProperties::getGenerateXAxisTicks ( )

Gets generate_x_axis_ticks

Returns
string[]|null

◆ getGenerateYAxisTicks()

InfluxDB2\Model\LinePlusSingleStatProperties::getGenerateYAxisTicks ( )

Gets generate_y_axis_ticks

Returns
string[]|null

◆ getHoverDimension()

InfluxDB2\Model\LinePlusSingleStatProperties::getHoverDimension ( )

Gets hover_dimension

Returns
string|null

◆ getHoverDimensionAllowableValues()

InfluxDB2\Model\LinePlusSingleStatProperties::getHoverDimensionAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getLegendColorizeRows()

InfluxDB2\Model\LinePlusSingleStatProperties::getLegendColorizeRows ( )

Gets legend_colorize_rows

Returns
bool|null

◆ getLegendHide()

InfluxDB2\Model\LinePlusSingleStatProperties::getLegendHide ( )

Gets legend_hide

Returns
bool|null

◆ getLegendOpacity()

InfluxDB2\Model\LinePlusSingleStatProperties::getLegendOpacity ( )

Gets legend_opacity

Returns
float|null

◆ getLegendOrientationThreshold()

InfluxDB2\Model\LinePlusSingleStatProperties::getLegendOrientationThreshold ( )

Gets legend_orientation_threshold

Returns
int|null

◆ getModelName()

InfluxDB2\Model\LinePlusSingleStatProperties::getModelName ( )

The original name of the model.

Returns
string

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ getNote()

InfluxDB2\Model\LinePlusSingleStatProperties::getNote ( )

Gets note

Returns
string

◆ getPosition()

InfluxDB2\Model\LinePlusSingleStatProperties::getPosition ( )

Gets position

Returns
string

◆ getPositionAllowableValues()

InfluxDB2\Model\LinePlusSingleStatProperties::getPositionAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getPrefix()

InfluxDB2\Model\LinePlusSingleStatProperties::getPrefix ( )

Gets prefix

Returns
string

◆ getQueries()

InfluxDB2\Model\LinePlusSingleStatProperties::getQueries ( )

Gets queries

Returns
\InfluxDB2\Model\DashboardQuery[]

◆ getShadeBelow()

InfluxDB2\Model\LinePlusSingleStatProperties::getShadeBelow ( )

Gets shade_below

Returns
bool|null

◆ getShape()

InfluxDB2\Model\LinePlusSingleStatProperties::getShape ( )

Gets shape

Returns
string

◆ getShapeAllowableValues()

InfluxDB2\Model\LinePlusSingleStatProperties::getShapeAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getShowNoteWhenEmpty()

InfluxDB2\Model\LinePlusSingleStatProperties::getShowNoteWhenEmpty ( )

Gets show_note_when_empty

Returns
bool

◆ getStaticLegend()

InfluxDB2\Model\LinePlusSingleStatProperties::getStaticLegend ( )

Gets static_legend

Returns
\InfluxDB2\Model\StaticLegend|null

◆ getSuffix()

InfluxDB2\Model\LinePlusSingleStatProperties::getSuffix ( )

Gets suffix

Returns
string

◆ getters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ getTimeFormat()

InfluxDB2\Model\LinePlusSingleStatProperties::getTimeFormat ( )

Gets time_format

Returns
string|null

◆ getType()

InfluxDB2\Model\LinePlusSingleStatProperties::getType ( )

Gets type

Returns
string

◆ getTypeAllowableValues()

InfluxDB2\Model\LinePlusSingleStatProperties::getTypeAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getXColumn()

InfluxDB2\Model\LinePlusSingleStatProperties::getXColumn ( )

Gets x_column

Returns
string|null

◆ getXTickStart()

InfluxDB2\Model\LinePlusSingleStatProperties::getXTickStart ( )

Gets x_tick_start

Returns
float|null

◆ getXTickStep()

InfluxDB2\Model\LinePlusSingleStatProperties::getXTickStep ( )

Gets x_tick_step

Returns
float|null

◆ getXTotalTicks()

InfluxDB2\Model\LinePlusSingleStatProperties::getXTotalTicks ( )

Gets x_total_ticks

Returns
int|null

◆ getYColumn()

InfluxDB2\Model\LinePlusSingleStatProperties::getYColumn ( )

Gets y_column

Returns
string|null

◆ getYTickStart()

InfluxDB2\Model\LinePlusSingleStatProperties::getYTickStart ( )

Gets y_tick_start

Returns
float|null

◆ getYTickStep()

InfluxDB2\Model\LinePlusSingleStatProperties::getYTickStep ( )

Gets y_tick_step

Returns
float|null

◆ getYTotalTicks()

InfluxDB2\Model\LinePlusSingleStatProperties::getYTotalTicks ( )

Gets y_total_ticks

Returns
int|null

◆ listInvalidProperties()

InfluxDB2\Model\LinePlusSingleStatProperties::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetExists()

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

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetGet()

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

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetSet()

InfluxDB2\Model\LinePlusSingleStatProperties::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\LinePlusSingleStatProperties::offsetUnset ( $offset)

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ openAPIFormats()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ openAPITypes()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ setAdaptiveZoomHide()

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

Sets adaptive_zoom_hide

Parameters
bool | null$adaptive_zoom_hideadaptive_zoom_hide
Returns
$this

◆ setAxes()

InfluxDB2\Model\LinePlusSingleStatProperties::setAxes ( $axes)

Sets axes

Parameters
\InfluxDB2\Model\Axes$axesaxes
Returns
$this

◆ setColors()

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

Sets colors

Parameters
\InfluxDB2\Model\DashboardColor[]$colorsColors define color encoding of data into a visualization
Returns
$this

◆ setDecimalPlaces()

InfluxDB2\Model\LinePlusSingleStatProperties::setDecimalPlaces ( $decimal_places)

Sets decimal_places

Parameters
\InfluxDB2\Model\DecimalPlaces$decimal_placesdecimal_places
Returns
$this

◆ setGenerateXAxisTicks()

InfluxDB2\Model\LinePlusSingleStatProperties::setGenerateXAxisTicks ( $generate_x_axis_ticks)

Sets generate_x_axis_ticks

Parameters
string[] | null$generate_x_axis_ticksgenerate_x_axis_ticks
Returns
$this

◆ setGenerateYAxisTicks()

InfluxDB2\Model\LinePlusSingleStatProperties::setGenerateYAxisTicks ( $generate_y_axis_ticks)

Sets generate_y_axis_ticks

Parameters
string[] | null$generate_y_axis_ticksgenerate_y_axis_ticks
Returns
$this

◆ setHoverDimension()

InfluxDB2\Model\LinePlusSingleStatProperties::setHoverDimension ( $hover_dimension)

Sets hover_dimension

Parameters
string | null$hover_dimensionhover_dimension
Returns
$this

◆ setLegendColorizeRows()

InfluxDB2\Model\LinePlusSingleStatProperties::setLegendColorizeRows ( $legend_colorize_rows)

Sets legend_colorize_rows

Parameters
bool | null$legend_colorize_rowslegend_colorize_rows
Returns
$this

◆ setLegendHide()

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

Sets legend_hide

Parameters
bool | null$legend_hidelegend_hide
Returns
$this

◆ setLegendOpacity()

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

Sets legend_opacity

Parameters
float | null$legend_opacitylegend_opacity
Returns
$this

◆ setLegendOrientationThreshold()

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

Sets legend_orientation_threshold

Parameters
int | null$legend_orientation_thresholdlegend_orientation_threshold
Returns
$this

◆ setNote()

InfluxDB2\Model\LinePlusSingleStatProperties::setNote ( $note)

Sets note

Parameters
string$notenote
Returns
$this

◆ setPosition()

InfluxDB2\Model\LinePlusSingleStatProperties::setPosition ( $position)

Sets position

Parameters
string$positionposition
Returns
$this

◆ setPrefix()

InfluxDB2\Model\LinePlusSingleStatProperties::setPrefix ( $prefix)

Sets prefix

Parameters
string$prefixprefix
Returns
$this

◆ setQueries()

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

Sets queries

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

◆ setShadeBelow()

InfluxDB2\Model\LinePlusSingleStatProperties::setShadeBelow ( $shade_below)

Sets shade_below

Parameters
bool | null$shade_belowshade_below
Returns
$this

◆ setShape()

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

Sets shape

Parameters
string$shapeshape
Returns
$this

◆ setShowNoteWhenEmpty()

InfluxDB2\Model\LinePlusSingleStatProperties::setShowNoteWhenEmpty ( $show_note_when_empty)

Sets show_note_when_empty

Parameters
bool$show_note_when_emptyIf true, will display note when empty
Returns
$this

◆ setStaticLegend()

InfluxDB2\Model\LinePlusSingleStatProperties::setStaticLegend ( $static_legend)

Sets static_legend

Parameters
\InfluxDB2\Model\StaticLegend | null$static_legendstatic_legend
Returns
$this

◆ setSuffix()

InfluxDB2\Model\LinePlusSingleStatProperties::setSuffix ( $suffix)

Sets suffix

Parameters
string$suffixsuffix
Returns
$this

◆ setters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ setTimeFormat()

InfluxDB2\Model\LinePlusSingleStatProperties::setTimeFormat ( $time_format)

Sets time_format

Parameters
string | null$time_formattime_format
Returns
$this

◆ setType()

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

Sets type

Parameters
string$typetype
Returns
$this

◆ setXColumn()

InfluxDB2\Model\LinePlusSingleStatProperties::setXColumn ( $x_column)

Sets x_column

Parameters
string | null$x_columnx_column
Returns
$this

◆ setXTickStart()

InfluxDB2\Model\LinePlusSingleStatProperties::setXTickStart ( $x_tick_start)

Sets x_tick_start

Parameters
float | null$x_tick_startx_tick_start
Returns
$this

◆ setXTickStep()

InfluxDB2\Model\LinePlusSingleStatProperties::setXTickStep ( $x_tick_step)

Sets x_tick_step

Parameters
float | null$x_tick_stepx_tick_step
Returns
$this

◆ setXTotalTicks()

InfluxDB2\Model\LinePlusSingleStatProperties::setXTotalTicks ( $x_total_ticks)

Sets x_total_ticks

Parameters
int | null$x_total_ticksx_total_ticks
Returns
$this

◆ setYColumn()

InfluxDB2\Model\LinePlusSingleStatProperties::setYColumn ( $y_column)

Sets y_column

Parameters
string | null$y_columny_column
Returns
$this

◆ setYTickStart()

InfluxDB2\Model\LinePlusSingleStatProperties::setYTickStart ( $y_tick_start)

Sets y_tick_start

Parameters
float | null$y_tick_starty_tick_start
Returns
$this

◆ setYTickStep()

InfluxDB2\Model\LinePlusSingleStatProperties::setYTickStep ( $y_tick_step)

Sets y_tick_step

Parameters
float | null$y_tick_stepy_tick_step
Returns
$this

◆ setYTotalTicks()

InfluxDB2\Model\LinePlusSingleStatProperties::setYTotalTicks ( $y_total_ticks)

Sets y_total_ticks

Parameters
int | null$y_total_ticksy_total_ticks
Returns
$this

◆ valid()

InfluxDB2\Model\LinePlusSingleStatProperties::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.


The documentation for this class was generated from the following file: