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

Public Member Functions

 getModelName ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 getType ()
 
 setType ($type)
 
 getName ()
 
 setName ($name)
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 __toString ()
 
 getModelName ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 __toString ()
 
 getModelName ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 __toString ()
 
 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 ()
 
static openAPITypes ()
 
static openAPIFormats ()
 
static attributeMap ()
 
static setters ()
 
static getters ()
 
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
 
- Public Attributes inherited from InfluxDB2\Model\PropertyKey
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 = 'Identifier'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 
- Static Protected Attributes inherited from InfluxDB2\Model\PropertyKey
static $openAPIModelName = 'PropertyKey'
 
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\Identifier::__construct ( array  $data = null)

Constructor

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

Reimplemented from InfluxDB2\Model\PropertyKey.

Member Function Documentation

◆ __toString()

InfluxDB2\Model\Identifier::__toString ( )

Gets the string presentation of the object

Returns
string

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ attributeMap()

static InfluxDB2\Model\Identifier::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\PropertyKey.

◆ getModelName()

InfluxDB2\Model\Identifier::getModelName ( )

The original name of the model.

Returns
string

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ getName()

InfluxDB2\Model\Identifier::getName ( )

Gets name

Returns
string|null

◆ getters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ getType()

InfluxDB2\Model\Identifier::getType ( )

Gets type

Returns
string|null

◆ listInvalidProperties()

InfluxDB2\Model\Identifier::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ offsetExists()

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

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ offsetGet()

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

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ offsetSet()

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

Sets value based on offset.

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

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ offsetUnset()

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

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ openAPIFormats()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ openAPITypes()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ setName()

InfluxDB2\Model\Identifier::setName (   $name)

Sets name

Parameters
string | null$namename
Returns
$this

◆ setters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\PropertyKey.

◆ setType()

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

Sets type

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

◆ valid()

InfluxDB2\Model\Identifier::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\PropertyKey.

Member Data Documentation

◆ $attributeMap

InfluxDB2\Model\Identifier::$attributeMap
staticprotected
Initial value:
= [
'type' => 'type',
'name' => 'name'
]

◆ $getters

InfluxDB2\Model\Identifier::$getters
staticprotected
Initial value:
= [
'type' => 'getType',
'name' => 'getName'
]

◆ $openAPIFormats

InfluxDB2\Model\Identifier::$openAPIFormats
staticprotected
Initial value:
= [
'type' => null,
'name' => null
]

◆ $openAPITypes

InfluxDB2\Model\Identifier::$openAPITypes
staticprotected
Initial value:
= [
'type' => 'string',
'name' => 'string'
]

◆ $setters

InfluxDB2\Model\Identifier::$setters
staticprotected
Initial value:
= [
'type' => 'setType',
'name' => 'setName'
]

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