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

Public Member Functions

 getModelName ()
 
 getTypeAllowableValues ()
 
 getShapeAllowableValues ()
 
 getHoverDimensionAllowableValues ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 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)
 
 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)
 
 getYLabelColumnSeparator ()
 
 setYLabelColumnSeparator ($y_label_column_separator)
 
 getYLabelColumns ()
 
 setYLabelColumns ($y_label_columns)
 
 getYSeriesColumns ()
 
 setYSeriesColumns ($y_series_columns)
 
 getFillColumns ()
 
 setFillColumns ($fill_columns)
 
 getXDomain ()
 
 setXDomain ($x_domain)
 
 getYDomain ()
 
 setYDomain ($y_domain)
 
 getXAxisLabel ()
 
 setXAxisLabel ($x_axis_label)
 
 getYAxisLabel ()
 
 setYAxisLabel ($y_axis_label)
 
 getXPrefix ()
 
 setXPrefix ($x_prefix)
 
 getXSuffix ()
 
 setXSuffix ($x_suffix)
 
 getYPrefix ()
 
 setYPrefix ($y_prefix)
 
 getYSuffix ()
 
 setYSuffix ($y_suffix)
 
 getHoverDimension ()
 
 setHoverDimension ($hover_dimension)
 
 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_MOSAIC = 'mosaic'
 
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'
 
- Public Attributes inherited from InfluxDB2\Model\ViewProperties
const DISCRIMINATOR = null
 

Static Protected Attributes

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

Gets the string presentation of the object

Returns
string

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ attributeMap()

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

◆ getColors()

InfluxDB2\Model\MosaicViewProperties::getColors ( )

Gets colors

Returns
string[]

◆ getFillColumns()

InfluxDB2\Model\MosaicViewProperties::getFillColumns ( )

Gets fill_columns

Returns
string[]

◆ getGenerateXAxisTicks()

InfluxDB2\Model\MosaicViewProperties::getGenerateXAxisTicks ( )

Gets generate_x_axis_ticks

Returns
string[]|null

◆ getHoverDimension()

InfluxDB2\Model\MosaicViewProperties::getHoverDimension ( )

Gets hover_dimension

Returns
string|null

◆ getHoverDimensionAllowableValues()

InfluxDB2\Model\MosaicViewProperties::getHoverDimensionAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getLegendColorizeRows()

InfluxDB2\Model\MosaicViewProperties::getLegendColorizeRows ( )

Gets legend_colorize_rows

Returns
bool|null

◆ getLegendHide()

InfluxDB2\Model\MosaicViewProperties::getLegendHide ( )

Gets legend_hide

Returns
bool|null

◆ getLegendOpacity()

InfluxDB2\Model\MosaicViewProperties::getLegendOpacity ( )

Gets legend_opacity

Returns
float|null

◆ getLegendOrientationThreshold()

InfluxDB2\Model\MosaicViewProperties::getLegendOrientationThreshold ( )

Gets legend_orientation_threshold

Returns
int|null

◆ getModelName()

InfluxDB2\Model\MosaicViewProperties::getModelName ( )

The original name of the model.

Returns
string

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ getNote()

InfluxDB2\Model\MosaicViewProperties::getNote ( )

Gets note

Returns
string

◆ getQueries()

InfluxDB2\Model\MosaicViewProperties::getQueries ( )

Gets queries

Returns
\InfluxDB2\Model\DashboardQuery[]

◆ getShape()

InfluxDB2\Model\MosaicViewProperties::getShape ( )

Gets shape

Returns
string

◆ getShapeAllowableValues()

InfluxDB2\Model\MosaicViewProperties::getShapeAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getShowNoteWhenEmpty()

InfluxDB2\Model\MosaicViewProperties::getShowNoteWhenEmpty ( )

Gets show_note_when_empty

Returns
bool

◆ getters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ getTimeFormat()

InfluxDB2\Model\MosaicViewProperties::getTimeFormat ( )

Gets time_format

Returns
string|null

◆ getType()

InfluxDB2\Model\MosaicViewProperties::getType ( )

Gets type

Returns
string

◆ getTypeAllowableValues()

InfluxDB2\Model\MosaicViewProperties::getTypeAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getXAxisLabel()

InfluxDB2\Model\MosaicViewProperties::getXAxisLabel ( )

Gets x_axis_label

Returns
string

◆ getXColumn()

InfluxDB2\Model\MosaicViewProperties::getXColumn ( )

Gets x_column

Returns
string

◆ getXDomain()

InfluxDB2\Model\MosaicViewProperties::getXDomain ( )

Gets x_domain

Returns
float[]

◆ getXPrefix()

InfluxDB2\Model\MosaicViewProperties::getXPrefix ( )

Gets x_prefix

Returns
string

◆ getXSuffix()

InfluxDB2\Model\MosaicViewProperties::getXSuffix ( )

Gets x_suffix

Returns
string

◆ getXTickStart()

InfluxDB2\Model\MosaicViewProperties::getXTickStart ( )

Gets x_tick_start

Returns
float|null

◆ getXTickStep()

InfluxDB2\Model\MosaicViewProperties::getXTickStep ( )

Gets x_tick_step

Returns
float|null

◆ getXTotalTicks()

InfluxDB2\Model\MosaicViewProperties::getXTotalTicks ( )

Gets x_total_ticks

Returns
int|null

◆ getYAxisLabel()

InfluxDB2\Model\MosaicViewProperties::getYAxisLabel ( )

Gets y_axis_label

Returns
string

◆ getYDomain()

InfluxDB2\Model\MosaicViewProperties::getYDomain ( )

Gets y_domain

Returns
float[]

◆ getYLabelColumns()

InfluxDB2\Model\MosaicViewProperties::getYLabelColumns ( )

Gets y_label_columns

Returns
string[]|null

◆ getYLabelColumnSeparator()

InfluxDB2\Model\MosaicViewProperties::getYLabelColumnSeparator ( )

Gets y_label_column_separator

Returns
string|null

◆ getYPrefix()

InfluxDB2\Model\MosaicViewProperties::getYPrefix ( )

Gets y_prefix

Returns
string

◆ getYSeriesColumns()

InfluxDB2\Model\MosaicViewProperties::getYSeriesColumns ( )

Gets y_series_columns

Returns
string[]

◆ getYSuffix()

InfluxDB2\Model\MosaicViewProperties::getYSuffix ( )

Gets y_suffix

Returns
string

◆ listInvalidProperties()

InfluxDB2\Model\MosaicViewProperties::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetExists()

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

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetGet()

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

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetSet()

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

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ openAPIFormats()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ openAPITypes()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ setColors()

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

Sets colors

Parameters
string[]$colorsColors define color encoding of data into a visualization
Returns
$this

◆ setFillColumns()

InfluxDB2\Model\MosaicViewProperties::setFillColumns ( $fill_columns)

Sets fill_columns

Parameters
string[]$fill_columnsfill_columns
Returns
$this

◆ setGenerateXAxisTicks()

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

Sets generate_x_axis_ticks

Parameters
string[] | null$generate_x_axis_ticksgenerate_x_axis_ticks
Returns
$this

◆ setHoverDimension()

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

Sets hover_dimension

Parameters
string | null$hover_dimensionhover_dimension
Returns
$this

◆ setLegendColorizeRows()

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

Sets legend_colorize_rows

Parameters
bool | null$legend_colorize_rowslegend_colorize_rows
Returns
$this

◆ setLegendHide()

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

Sets legend_hide

Parameters
bool | null$legend_hidelegend_hide
Returns
$this

◆ setLegendOpacity()

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

Sets legend_opacity

Parameters
float | null$legend_opacitylegend_opacity
Returns
$this

◆ setLegendOrientationThreshold()

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

Sets legend_orientation_threshold

Parameters
int | null$legend_orientation_thresholdlegend_orientation_threshold
Returns
$this

◆ setNote()

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

Sets note

Parameters
string$notenote
Returns
$this

◆ setQueries()

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

Sets queries

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

◆ setShape()

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

Sets shape

Parameters
string$shapeshape
Returns
$this

◆ setShowNoteWhenEmpty()

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

Sets show_note_when_empty

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

◆ setters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ setTimeFormat()

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

Sets time_format

Parameters
string | null$time_formattime_format
Returns
$this

◆ setType()

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

Sets type

Parameters
string$typetype
Returns
$this

◆ setXAxisLabel()

InfluxDB2\Model\MosaicViewProperties::setXAxisLabel ( $x_axis_label)

Sets x_axis_label

Parameters
string$x_axis_labelx_axis_label
Returns
$this

◆ setXColumn()

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

Sets x_column

Parameters
string$x_columnx_column
Returns
$this

◆ setXDomain()

InfluxDB2\Model\MosaicViewProperties::setXDomain ( $x_domain)

Sets x_domain

Parameters
float[]$x_domainx_domain
Returns
$this

◆ setXPrefix()

InfluxDB2\Model\MosaicViewProperties::setXPrefix ( $x_prefix)

Sets x_prefix

Parameters
string$x_prefixx_prefix
Returns
$this

◆ setXSuffix()

InfluxDB2\Model\MosaicViewProperties::setXSuffix ( $x_suffix)

Sets x_suffix

Parameters
string$x_suffixx_suffix
Returns
$this

◆ setXTickStart()

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

Sets x_tick_start

Parameters
float | null$x_tick_startx_tick_start
Returns
$this

◆ setXTickStep()

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

Sets x_tick_step

Parameters
float | null$x_tick_stepx_tick_step
Returns
$this

◆ setXTotalTicks()

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

Sets x_total_ticks

Parameters
int | null$x_total_ticksx_total_ticks
Returns
$this

◆ setYAxisLabel()

InfluxDB2\Model\MosaicViewProperties::setYAxisLabel ( $y_axis_label)

Sets y_axis_label

Parameters
string$y_axis_labely_axis_label
Returns
$this

◆ setYDomain()

InfluxDB2\Model\MosaicViewProperties::setYDomain ( $y_domain)

Sets y_domain

Parameters
float[]$y_domainy_domain
Returns
$this

◆ setYLabelColumns()

InfluxDB2\Model\MosaicViewProperties::setYLabelColumns ( $y_label_columns)

Sets y_label_columns

Parameters
string[] | null$y_label_columnsy_label_columns
Returns
$this

◆ setYLabelColumnSeparator()

InfluxDB2\Model\MosaicViewProperties::setYLabelColumnSeparator ( $y_label_column_separator)

Sets y_label_column_separator

Parameters
string | null$y_label_column_separatory_label_column_separator
Returns
$this

◆ setYPrefix()

InfluxDB2\Model\MosaicViewProperties::setYPrefix ( $y_prefix)

Sets y_prefix

Parameters
string$y_prefixy_prefix
Returns
$this

◆ setYSeriesColumns()

InfluxDB2\Model\MosaicViewProperties::setYSeriesColumns ( $y_series_columns)

Sets y_series_columns

Parameters
string[]$y_series_columnsy_series_columns
Returns
$this

◆ setYSuffix()

InfluxDB2\Model\MosaicViewProperties::setYSuffix ( $y_suffix)

Sets y_suffix

Parameters
string$y_suffixy_suffix
Returns
$this

◆ valid()

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