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

Public Member Functions

 getModelName ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 getAuthorizations ()
 
 setAuthorizations ($authorizations)
 
 getBuckets ()
 
 setBuckets ($buckets)
 
 getDashboards ()
 
 setDashboards ($dashboards)
 
 getExternal ()
 
 setExternal ($external)
 
 getVariables ()
 
 setVariables ($variables)
 
 getMe ()
 
 setMe ($me)
 
 getFlags ()
 
 setFlags ($flags)
 
 getOrgs ()
 
 setOrgs ($orgs)
 
 getQuery ()
 
 setQuery ($query)
 
 getSetup ()
 
 setSetup ($setup)
 
 getSignin ()
 
 setSignin ($signin)
 
 getSignout ()
 
 setSignout ($signout)
 
 getSources ()
 
 setSources ($sources)
 
 getSystem ()
 
 setSystem ($system)
 
 getTasks ()
 
 setTasks ($tasks)
 
 getTelegrafs ()
 
 setTelegrafs ($telegrafs)
 
 getUsers ()
 
 setUsers ($users)
 
 getWrite ()
 
 setWrite ($write)
 
 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
 

Protected Attributes

 $container = []
 

Static Protected Attributes

static $openAPIModelName = 'Routes'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 

Constructor & Destructor Documentation

◆ __construct()

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

Constructor

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

Member Function Documentation

◆ __toString()

InfluxDB2\Model\Routes::__toString ( )

Gets the string presentation of the object

Returns
string

◆ attributeMap()

static InfluxDB2\Model\Routes::attributeMap ( )
static

Array of attributes where the key is the local name, and the value is the original name

Returns
array

Implements InfluxDB2\Model\ModelInterface.

◆ getAuthorizations()

InfluxDB2\Model\Routes::getAuthorizations ( )

Gets authorizations

Returns
string|null

◆ getBuckets()

InfluxDB2\Model\Routes::getBuckets ( )

Gets buckets

Returns
string|null

◆ getDashboards()

InfluxDB2\Model\Routes::getDashboards ( )

Gets dashboards

Returns
string|null

◆ getExternal()

InfluxDB2\Model\Routes::getExternal ( )

Gets external

Returns
\InfluxDB2\Model\RoutesExternal|null

◆ getFlags()

InfluxDB2\Model\Routes::getFlags ( )

Gets flags

Returns
string|null

◆ getMe()

InfluxDB2\Model\Routes::getMe ( )

Gets me

Returns
string|null

◆ getModelName()

InfluxDB2\Model\Routes::getModelName ( )

The original name of the model.

Returns
string

Implements InfluxDB2\Model\ModelInterface.

◆ getOrgs()

InfluxDB2\Model\Routes::getOrgs ( )

Gets orgs

Returns
string|null

◆ getQuery()

InfluxDB2\Model\Routes::getQuery ( )

Gets query

Returns
\InfluxDB2\Model\RoutesQuery|null

◆ getSetup()

InfluxDB2\Model\Routes::getSetup ( )

Gets setup

Returns
string|null

◆ getSignin()

InfluxDB2\Model\Routes::getSignin ( )

Gets signin

Returns
string|null

◆ getSignout()

InfluxDB2\Model\Routes::getSignout ( )

Gets signout

Returns
string|null

◆ getSources()

InfluxDB2\Model\Routes::getSources ( )

Gets sources

Returns
string|null

◆ getSystem()

InfluxDB2\Model\Routes::getSystem ( )

Gets system

Returns
\InfluxDB2\Model\RoutesSystem|null

◆ getTasks()

InfluxDB2\Model\Routes::getTasks ( )

Gets tasks

Returns
string|null

◆ getTelegrafs()

InfluxDB2\Model\Routes::getTelegrafs ( )

Gets telegrafs

Returns
string|null

◆ getters()

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

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

Returns
array

Implements InfluxDB2\Model\ModelInterface.

◆ getUsers()

InfluxDB2\Model\Routes::getUsers ( )

Gets users

Returns
string|null

◆ getVariables()

InfluxDB2\Model\Routes::getVariables ( )

Gets variables

Returns
string|null

◆ getWrite()

InfluxDB2\Model\Routes::getWrite ( )

Gets write

Returns
string|null

◆ listInvalidProperties()

InfluxDB2\Model\Routes::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Implements InfluxDB2\Model\ModelInterface.

◆ offsetExists()

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

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

◆ offsetGet()

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

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

◆ offsetSet()

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

Sets value based on offset.

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

◆ offsetUnset()

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

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

◆ openAPIFormats()

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

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

Returns
array

Implements InfluxDB2\Model\ModelInterface.

◆ openAPITypes()

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

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

Returns
array

Implements InfluxDB2\Model\ModelInterface.

◆ setAuthorizations()

InfluxDB2\Model\Routes::setAuthorizations ( $authorizations)

Sets authorizations

Parameters
string | null$authorizationsauthorizations
Returns
$this

◆ setBuckets()

InfluxDB2\Model\Routes::setBuckets ( $buckets)

Sets buckets

Parameters
string | null$bucketsbuckets
Returns
$this

◆ setDashboards()

InfluxDB2\Model\Routes::setDashboards ( $dashboards)

Sets dashboards

Parameters
string | null$dashboardsdashboards
Returns
$this

◆ setExternal()

InfluxDB2\Model\Routes::setExternal ( $external)

Sets external

Parameters
\InfluxDB2\Model\RoutesExternal | null$externalexternal
Returns
$this

◆ setFlags()

InfluxDB2\Model\Routes::setFlags ( $flags)

Sets flags

Parameters
string | null$flagsflags
Returns
$this

◆ setMe()

InfluxDB2\Model\Routes::setMe ( $me)

Sets me

Parameters
string | null$meme
Returns
$this

◆ setOrgs()

InfluxDB2\Model\Routes::setOrgs ( $orgs)

Sets orgs

Parameters
string | null$orgsorgs
Returns
$this

◆ setQuery()

InfluxDB2\Model\Routes::setQuery ( $query)

Sets query

Parameters
\InfluxDB2\Model\RoutesQuery | null$queryquery
Returns
$this

◆ setSetup()

InfluxDB2\Model\Routes::setSetup ( $setup)

Sets setup

Parameters
string | null$setupsetup
Returns
$this

◆ setSignin()

InfluxDB2\Model\Routes::setSignin ( $signin)

Sets signin

Parameters
string | null$signinsignin
Returns
$this

◆ setSignout()

InfluxDB2\Model\Routes::setSignout ( $signout)

Sets signout

Parameters
string | null$signoutsignout
Returns
$this

◆ setSources()

InfluxDB2\Model\Routes::setSources ( $sources)

Sets sources

Parameters
string | null$sourcessources
Returns
$this

◆ setSystem()

InfluxDB2\Model\Routes::setSystem ( $system)

Sets system

Parameters
\InfluxDB2\Model\RoutesSystem | null$systemsystem
Returns
$this

◆ setTasks()

InfluxDB2\Model\Routes::setTasks ( $tasks)

Sets tasks

Parameters
string | null$taskstasks
Returns
$this

◆ setTelegrafs()

InfluxDB2\Model\Routes::setTelegrafs ( $telegrafs)

Sets telegrafs

Parameters
string | null$telegrafstelegrafs
Returns
$this

◆ setters()

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

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

Returns
array

Implements InfluxDB2\Model\ModelInterface.

◆ setUsers()

InfluxDB2\Model\Routes::setUsers ( $users)

Sets users

Parameters
string | null$usersusers
Returns
$this

◆ setVariables()

InfluxDB2\Model\Routes::setVariables ( $variables)

Sets variables

Parameters
string | null$variablesvariables
Returns
$this

◆ setWrite()

InfluxDB2\Model\Routes::setWrite ( $write)

Sets write

Parameters
string | null$writewrite
Returns
$this

◆ valid()

InfluxDB2\Model\Routes::valid ( )

Validate all the properties in the model return true if all passed

Returns
bool True if all properties are valid

Implements InfluxDB2\Model\ModelInterface.

Member Data Documentation

◆ $attributeMap

InfluxDB2\Model\Routes::$attributeMap
staticprotected
Initial value:
= [
'authorizations' => 'authorizations',
'buckets' => 'buckets',
'dashboards' => 'dashboards',
'external' => 'external',
'variables' => 'variables',
'me' => 'me',
'flags' => 'flags',
'orgs' => 'orgs',
'query' => 'query',
'setup' => 'setup',
'signin' => 'signin',
'signout' => 'signout',
'sources' => 'sources',
'system' => 'system',
'tasks' => 'tasks',
'telegrafs' => 'telegrafs',
'users' => 'users',
'write' => 'write'
]

◆ $getters

InfluxDB2\Model\Routes::$getters
staticprotected
Initial value:
= [
'authorizations' => 'getAuthorizations',
'buckets' => 'getBuckets',
'dashboards' => 'getDashboards',
'external' => 'getExternal',
'variables' => 'getVariables',
'me' => 'getMe',
'flags' => 'getFlags',
'orgs' => 'getOrgs',
'query' => 'getQuery',
'setup' => 'getSetup',
'signin' => 'getSignin',
'signout' => 'getSignout',
'sources' => 'getSources',
'system' => 'getSystem',
'tasks' => 'getTasks',
'telegrafs' => 'getTelegrafs',
'users' => 'getUsers',
'write' => 'getWrite'
]

◆ $openAPIFormats

InfluxDB2\Model\Routes::$openAPIFormats
staticprotected
Initial value:
= [
'authorizations' => 'uri',
'buckets' => 'uri',
'dashboards' => 'uri',
'external' => null,
'variables' => 'uri',
'me' => 'uri',
'flags' => 'uri',
'orgs' => 'uri',
'query' => null,
'setup' => 'uri',
'signin' => 'uri',
'signout' => 'uri',
'sources' => 'uri',
'system' => null,
'tasks' => 'uri',
'telegrafs' => 'uri',
'users' => 'uri',
'write' => 'uri'
]

◆ $openAPITypes

InfluxDB2\Model\Routes::$openAPITypes
staticprotected
Initial value:
= [
'authorizations' => 'string',
'buckets' => 'string',
'dashboards' => 'string',
'external' => '\InfluxDB2\Model\RoutesExternal',
'variables' => 'string',
'me' => 'string',
'flags' => 'string',
'orgs' => 'string',
'query' => '\InfluxDB2\Model\RoutesQuery',
'setup' => 'string',
'signin' => 'string',
'signout' => 'string',
'sources' => 'string',
'system' => '\InfluxDB2\Model\RoutesSystem',
'tasks' => 'string',
'telegrafs' => 'string',
'users' => 'string',
'write' => 'string'
]

◆ $setters

InfluxDB2\Model\Routes::$setters
staticprotected
Initial value:
= [
'authorizations' => 'setAuthorizations',
'buckets' => 'setBuckets',
'dashboards' => 'setDashboards',
'external' => 'setExternal',
'variables' => 'setVariables',
'me' => 'setMe',
'flags' => 'setFlags',
'orgs' => 'setOrgs',
'query' => 'setQuery',
'setup' => 'setSetup',
'signin' => 'setSignin',
'signout' => 'setSignout',
'sources' => 'setSources',
'system' => 'setSystem',
'tasks' => 'setTasks',
'telegrafs' => 'setTelegrafs',
'users' => 'setUsers',
'write' => 'setWrite'
]

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