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

Public Member Functions

 getModelName ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 getLinks ()
 
 setLinks ($links)
 
 getId ()
 
 setId ($id)
 
 getMeta ()
 
 setMeta ($meta)
 
 getCells ()
 
 setCells ($cells)
 
 getLabels ()
 
 setLabels ($labels)
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 __toString ()
 
- Public Member Functions inherited from InfluxDB2\Model\CreateDashboardRequest
 getOrgId ()
 
 setOrgId ($org_id)
 
 getName ()
 
 setName ($name)
 
 getDescription ()
 
 setDescription ($description)
 

Static Public Member Functions

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

Public Attributes

const DISCRIMINATOR = null
 
- Public Attributes inherited from InfluxDB2\Model\CreateDashboardRequest
const DISCRIMINATOR = null
 

Static Protected Attributes

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ __construct()

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

Constructor

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

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

Member Function Documentation

◆ __toString()

InfluxDB2\Model\DashboardWithViewProperties::__toString ( )

Gets the string presentation of the object

Returns
string

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ attributeMap()

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

◆ getCells()

InfluxDB2\Model\DashboardWithViewProperties::getCells ( )

Gets cells

Returns
\InfluxDB2\Model\CellWithViewProperties[]|null

◆ getId()

InfluxDB2\Model\DashboardWithViewProperties::getId ( )

Gets id

Returns
string|null

◆ getLabels()

InfluxDB2\Model\DashboardWithViewProperties::getLabels ( )

Gets labels

Returns
\InfluxDB2\Model\Label[]|null

◆ getLinks()

InfluxDB2\Model\DashboardWithViewProperties::getLinks ( )

Gets links

Returns
\InfluxDB2\Model\DashboardWithViewPropertiesLinks|null

◆ getMeta()

InfluxDB2\Model\DashboardWithViewProperties::getMeta ( )

Gets meta

Returns
\InfluxDB2\Model\DashboardWithViewPropertiesMeta|null

◆ getModelName()

InfluxDB2\Model\DashboardWithViewProperties::getModelName ( )

The original name of the model.

Returns
string

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ getters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ listInvalidProperties()

InfluxDB2\Model\DashboardWithViewProperties::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ offsetExists()

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

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ offsetGet()

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

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ offsetSet()

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

Sets value based on offset.

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

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ offsetUnset()

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

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ openAPIFormats()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ openAPITypes()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ setCells()

InfluxDB2\Model\DashboardWithViewProperties::setCells ( $cells)

Sets cells

Parameters
\InfluxDB2\Model\CellWithViewProperties[] | null$cellscells
Returns
$this

◆ setId()

InfluxDB2\Model\DashboardWithViewProperties::setId ( $id)

Sets id

Parameters
string | null$idid
Returns
$this

◆ setLabels()

InfluxDB2\Model\DashboardWithViewProperties::setLabels ( $labels)

Sets labels

Parameters
\InfluxDB2\Model\Label[] | null$labelslabels
Returns
$this

◆ setLinks()

InfluxDB2\Model\DashboardWithViewProperties::setLinks ( $links)

Sets links

Parameters
\InfluxDB2\Model\DashboardWithViewPropertiesLinks | null$linkslinks
Returns
$this

◆ setMeta()

InfluxDB2\Model\DashboardWithViewProperties::setMeta ( $meta)

Sets meta

Parameters
\InfluxDB2\Model\DashboardWithViewPropertiesMeta | null$metameta
Returns
$this

◆ setters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\CreateDashboardRequest.

◆ valid()

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

Member Data Documentation

◆ $attributeMap

InfluxDB2\Model\DashboardWithViewProperties::$attributeMap
staticprotected
Initial value:
= [
'links' => 'links',
'id' => 'id',
'meta' => 'meta',
'cells' => 'cells',
'labels' => 'labels'
]

◆ $getters

InfluxDB2\Model\DashboardWithViewProperties::$getters
staticprotected
Initial value:
= [
'links' => 'getLinks',
'id' => 'getId',
'meta' => 'getMeta',
'cells' => 'getCells',
'labels' => 'getLabels'
]

◆ $openAPIFormats

InfluxDB2\Model\DashboardWithViewProperties::$openAPIFormats
staticprotected
Initial value:
= [
'links' => null,
'id' => null,
'meta' => null,
'cells' => null,
'labels' => null
]

◆ $openAPITypes

InfluxDB2\Model\DashboardWithViewProperties::$openAPITypes
staticprotected
Initial value:
= [
'links' => '\InfluxDB2\Model\DashboardWithViewPropertiesLinks',
'id' => 'string',
'meta' => '\InfluxDB2\Model\DashboardWithViewPropertiesMeta',
'cells' => '\InfluxDB2\Model\CellWithViewProperties[]',
'labels' => '\InfluxDB2\Model\Label[]'
]

◆ $setters

InfluxDB2\Model\DashboardWithViewProperties::$setters
staticprotected
Initial value:
= [
'links' => 'setLinks',
'id' => 'setId',
'meta' => 'setMeta',
'cells' => 'setCells',
'labels' => 'setLabels'
]

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