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

Public Member Functions

 getModelName ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 getType ()
 
 setType ($type)
 
 getObject ()
 
 setObject ($object)
 
 getProperty ()
 
 setProperty ($property)
 
 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\Expression
const DISCRIMINATOR = null
 
- Public Attributes inherited from InfluxDB2\Model\Node
const DISCRIMINATOR = null
 

Static Protected Attributes

static $openAPIModelName = 'MemberExpression'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 
- Static Protected Attributes inherited from InfluxDB2\Model\Expression
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\MemberExpression::__construct ( array $data = null)

Constructor

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

Reimplemented from InfluxDB2\Model\Expression.

Member Function Documentation

◆ __toString()

InfluxDB2\Model\MemberExpression::__toString ( )

Gets the string presentation of the object

Returns
string

Reimplemented from InfluxDB2\Model\Expression.

◆ attributeMap()

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

◆ getModelName()

InfluxDB2\Model\MemberExpression::getModelName ( )

The original name of the model.

Returns
string

Reimplemented from InfluxDB2\Model\Expression.

◆ getObject()

InfluxDB2\Model\MemberExpression::getObject ( )

Gets object

Returns
\InfluxDB2\Model\Expression|null

◆ getProperty()

InfluxDB2\Model\MemberExpression::getProperty ( )

Gets property

Returns
\InfluxDB2\Model\PropertyKey|null

◆ getters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\Expression.

◆ getType()

InfluxDB2\Model\MemberExpression::getType ( )

Gets type

Returns
string|null

◆ listInvalidProperties()

InfluxDB2\Model\MemberExpression::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Reimplemented from InfluxDB2\Model\Expression.

◆ offsetExists()

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

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

Reimplemented from InfluxDB2\Model\Expression.

◆ offsetGet()

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

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

Reimplemented from InfluxDB2\Model\Expression.

◆ offsetSet()

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

Sets value based on offset.

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

Reimplemented from InfluxDB2\Model\Expression.

◆ offsetUnset()

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

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

Reimplemented from InfluxDB2\Model\Expression.

◆ openAPIFormats()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\Expression.

◆ openAPITypes()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\Expression.

◆ setObject()

InfluxDB2\Model\MemberExpression::setObject ( $object)

Sets object

Parameters
\InfluxDB2\Model\Expression | null$objectobject
Returns
$this

◆ setProperty()

InfluxDB2\Model\MemberExpression::setProperty ( $property)

Sets property

Parameters
\InfluxDB2\Model\PropertyKey | null$propertyproperty
Returns
$this

◆ setters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\Expression.

◆ setType()

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

Sets type

Parameters
string | null$typeType of AST node
Returns
$this

◆ valid()

InfluxDB2\Model\MemberExpression::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\Expression.

Member Data Documentation

◆ $attributeMap

InfluxDB2\Model\MemberExpression::$attributeMap
staticprotected
Initial value:
= [
'type' => 'type',
'object' => 'object',
'property' => 'property'
]

◆ $getters

InfluxDB2\Model\MemberExpression::$getters
staticprotected
Initial value:
= [
'type' => 'getType',
'object' => 'getObject',
'property' => 'getProperty'
]

◆ $openAPIFormats

InfluxDB2\Model\MemberExpression::$openAPIFormats
staticprotected
Initial value:
= [
'type' => null,
'object' => null,
'property' => null
]

◆ $openAPITypes

InfluxDB2\Model\MemberExpression::$openAPITypes
staticprotected
Initial value:
= [
'type' => 'string',
'object' => '\InfluxDB2\Model\Expression',
'property' => '\InfluxDB2\Model\PropertyKey'
]

◆ $setters

InfluxDB2\Model\MemberExpression::$setters
staticprotected
Initial value:
= [
'type' => 'setType',
'object' => 'setObject',
'property' => 'setProperty'
]

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