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

Public Member Functions

 getModelName ()
 
 getTypeAllowableValues ()
 
 getShapeAllowableValues ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 getType ()
 
 setType ($type)
 
 getShowAll ()
 
 setShowAll ($show_all)
 
 getQueries ()
 
 setQueries ($queries)
 
 getShape ()
 
 setShape ($shape)
 
 getNote ()
 
 setNote ($note)
 
 getShowNoteWhenEmpty ()
 
 setShowNoteWhenEmpty ($show_note_when_empty)
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 __toString ()
 
 getModelName ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 __toString ()
 
 getModelName ()
 
 listInvalidProperties ()
 
 valid ()
 

Static Public Member Functions

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

Public Attributes

const DISCRIMINATOR = null
 
const TYPE_SIMPLE_TABLE = 'simple-table'
 
const SHAPE_CHRONOGRAF_V2 = 'chronograf-v2'
 
- Public Attributes inherited from InfluxDB2\Model\ViewProperties
const DISCRIMINATOR = null
 

Static Protected Attributes

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

Gets the string presentation of the object

Returns
string

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ attributeMap()

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

◆ getModelName()

InfluxDB2\Model\SimpleTableViewProperties::getModelName ( )

The original name of the model.

Returns
string

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ getNote()

InfluxDB2\Model\SimpleTableViewProperties::getNote ( )

Gets note

Returns
string

◆ getQueries()

InfluxDB2\Model\SimpleTableViewProperties::getQueries ( )

Gets queries

Returns
\InfluxDB2\Model\DashboardQuery[]

◆ getShape()

InfluxDB2\Model\SimpleTableViewProperties::getShape ( )

Gets shape

Returns
string

◆ getShapeAllowableValues()

InfluxDB2\Model\SimpleTableViewProperties::getShapeAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getShowAll()

InfluxDB2\Model\SimpleTableViewProperties::getShowAll ( )

Gets show_all

Returns
bool

◆ getShowNoteWhenEmpty()

InfluxDB2\Model\SimpleTableViewProperties::getShowNoteWhenEmpty ( )

Gets show_note_when_empty

Returns
bool

◆ getters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ getType()

InfluxDB2\Model\SimpleTableViewProperties::getType ( )

Gets type

Returns
string

◆ getTypeAllowableValues()

InfluxDB2\Model\SimpleTableViewProperties::getTypeAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ listInvalidProperties()

InfluxDB2\Model\SimpleTableViewProperties::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetExists()

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

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetGet()

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

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ offsetSet()

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

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ openAPIFormats()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ openAPITypes()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ setNote()

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

Sets note

Parameters
string$notenote
Returns
$this

◆ setQueries()

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

Sets queries

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

◆ setShape()

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

Sets shape

Parameters
string$shapeshape
Returns
$this

◆ setShowAll()

InfluxDB2\Model\SimpleTableViewProperties::setShowAll (   $show_all)

Sets show_all

Parameters
bool$show_allshow_all
Returns
$this

◆ setShowNoteWhenEmpty()

InfluxDB2\Model\SimpleTableViewProperties::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\SimpleTableViewProperties::setters ( )
static

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

Returns
array

Reimplemented from InfluxDB2\Model\ViewProperties.

◆ setType()

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

Sets type

Parameters
string$typetype
Returns
$this

◆ valid()

InfluxDB2\Model\SimpleTableViewProperties::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\SimpleTableViewProperties::$attributeMap
staticprotected
Initial value:
= [
'type' => 'type',
'show_all' => 'showAll',
'queries' => 'queries',
'shape' => 'shape',
'note' => 'note',
'show_note_when_empty' => 'showNoteWhenEmpty'
]

◆ $getters

InfluxDB2\Model\SimpleTableViewProperties::$getters
staticprotected
Initial value:
= [
'type' => 'getType',
'show_all' => 'getShowAll',
'queries' => 'getQueries',
'shape' => 'getShape',
'note' => 'getNote',
'show_note_when_empty' => 'getShowNoteWhenEmpty'
]

◆ $openAPIFormats

InfluxDB2\Model\SimpleTableViewProperties::$openAPIFormats
staticprotected
Initial value:
= [
'type' => null,
'show_all' => null,
'queries' => null,
'shape' => null,
'note' => null,
'show_note_when_empty' => null
]

◆ $openAPITypes

InfluxDB2\Model\SimpleTableViewProperties::$openAPITypes
staticprotected
Initial value:
= [
'type' => 'string',
'show_all' => 'bool',
'queries' => '\InfluxDB2\Model\DashboardQuery[]',
'shape' => 'string',
'note' => 'string',
'show_note_when_empty' => 'bool'
]

◆ $setters

InfluxDB2\Model\SimpleTableViewProperties::$setters
staticprotected
Initial value:
= [
'type' => 'setType',
'show_all' => 'setShowAll',
'queries' => 'setQueries',
'shape' => 'setShape',
'note' => 'setNote',
'show_note_when_empty' => 'setShowNoteWhenEmpty'
]

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