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\Node Class Reference
Inheritance diagram for InfluxDB2\Model\Node:
InfluxDB2\Model\ModelInterface InfluxDB2\Model\Block InfluxDB2\Model\Expression InfluxDB2\Model\ArrayExpression InfluxDB2\Model\BinaryExpression InfluxDB2\Model\BooleanLiteral InfluxDB2\Model\CallExpression InfluxDB2\Model\ConditionalExpression InfluxDB2\Model\DateTimeLiteral InfluxDB2\Model\DictExpression InfluxDB2\Model\DurationLiteral InfluxDB2\Model\FloatLiteral InfluxDB2\Model\FunctionExpression InfluxDB2\Model\IndexExpression InfluxDB2\Model\IntegerLiteral InfluxDB2\Model\LogicalExpression InfluxDB2\Model\MemberExpression InfluxDB2\Model\ObjectExpression InfluxDB2\Model\ParenExpression InfluxDB2\Model\PipeExpression InfluxDB2\Model\PipeLiteral InfluxDB2\Model\PropertyKey InfluxDB2\Model\RegexpLiteral InfluxDB2\Model\UnaryExpression InfluxDB2\Model\UnsignedIntegerLiteral

Public Member Functions

 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 ()
 

Public Attributes

const DISCRIMINATOR = null
 

Protected Attributes

 $container = []
 

Static Protected Attributes

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

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ __toString()

InfluxDB2\Model\Node::__toString ( )

◆ attributeMap()

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

◆ getModelName()

InfluxDB2\Model\Node::getModelName ( )

◆ getters()

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

◆ listInvalidProperties()

InfluxDB2\Model\Node::listInvalidProperties ( )

◆ offsetExists()

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

◆ offsetGet()

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

◆ offsetSet()

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

◆ offsetUnset()

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

◆ openAPIFormats()

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

◆ openAPITypes()

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

◆ setters()

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

◆ valid()

InfluxDB2\Model\Node::valid ( )

Member Data Documentation

◆ $attributeMap

InfluxDB2\Model\Node::$attributeMap
staticprotected
Initial value:
= [
]

◆ $getters

InfluxDB2\Model\Node::$getters
staticprotected
Initial value:
= [
]

◆ $openAPIFormats

InfluxDB2\Model\Node::$openAPIFormats
staticprotected
Initial value:
= [
]

◆ $openAPITypes

InfluxDB2\Model\Node::$openAPITypes
staticprotected
Initial value:
= [
]

◆ $setters

InfluxDB2\Model\Node::$setters
staticprotected
Initial value:
= [
]

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