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\Expression Class Reference
Inheritance diagram for InfluxDB2\Model\Expression:
InfluxDB2\Model\Node InfluxDB2\Model\ModelInterface 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 ()
 

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\Node
const DISCRIMINATOR = null
 

Static Protected Attributes

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ __toString()

InfluxDB2\Model\Expression::__toString ( )

◆ attributeMap()

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

◆ getModelName()

InfluxDB2\Model\Expression::getModelName ( )

◆ getters()

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

◆ listInvalidProperties()

InfluxDB2\Model\Expression::listInvalidProperties ( )

◆ offsetExists()

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

◆ offsetGet()

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

◆ offsetSet()

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

◆ offsetUnset()

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

◆ openAPIFormats()

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

◆ openAPITypes()

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

◆ setters()

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

◆ valid()

InfluxDB2\Model\Expression::valid ( )

Member Data Documentation

◆ $attributeMap

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

◆ $getters

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

◆ $openAPIFormats

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

◆ $openAPITypes

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

◆ $setters

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

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