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\GreaterThreshold Class Reference
Inheritance diagram for InfluxDB2\Model\GreaterThreshold:
InfluxDB2\Model\Threshold InfluxDB2\Model\ThresholdBase InfluxDB2\Model\ModelInterface

Public Member Functions

 getModelName ()
 
 getTypeAllowableValues ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 getType ()
 
 setType ($type)
 
 getValue ()
 
 setValue ($value)
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 __toString ()
 
- Public Member Functions inherited from InfluxDB2\Model\ThresholdBase
 getLevel ()
 
 setLevel ($level)
 
 getAllValues ()
 
 setAllValues ($all_values)
 

Static Public Member Functions

static openAPITypes ()
 
static openAPIFormats ()
 
static attributeMap ()
 
static setters ()
 
static getters ()
 

Public Attributes

const DISCRIMINATOR = null
 
const TYPE_GREATER = 'greater'
 
- Public Attributes inherited from InfluxDB2\Model\Threshold
const DISCRIMINATOR = 'type'
 
- Public Attributes inherited from InfluxDB2\Model\ThresholdBase
const DISCRIMINATOR = null
 

Static Protected Attributes

static $openAPIModelName = 'GreaterThreshold'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 
- Static Protected Attributes inherited from InfluxDB2\Model\Threshold
static $openAPIModelName = 'Threshold'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 
- Static Protected Attributes inherited from InfluxDB2\Model\ThresholdBase
static $openAPIModelName = 'ThresholdBase'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ __construct()

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

Constructor

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

Reimplemented from InfluxDB2\Model\Threshold.

Member Function Documentation

◆ __toString()

InfluxDB2\Model\GreaterThreshold::__toString ( )

Gets the string presentation of the object

Returns
string

Reimplemented from InfluxDB2\Model\Threshold.

◆ attributeMap()

static InfluxDB2\Model\GreaterThreshold::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\Threshold.

◆ getModelName()

InfluxDB2\Model\GreaterThreshold::getModelName ( )

The original name of the model.

Returns
string

Reimplemented from InfluxDB2\Model\Threshold.

◆ getters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\Threshold.

◆ getType()

InfluxDB2\Model\GreaterThreshold::getType ( )

Gets type

Returns
string

◆ getTypeAllowableValues()

InfluxDB2\Model\GreaterThreshold::getTypeAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getValue()

InfluxDB2\Model\GreaterThreshold::getValue ( )

Gets value

Returns
float

◆ listInvalidProperties()

InfluxDB2\Model\GreaterThreshold::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Reimplemented from InfluxDB2\Model\Threshold.

◆ offsetExists()

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

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

Reimplemented from InfluxDB2\Model\Threshold.

◆ offsetGet()

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

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

Reimplemented from InfluxDB2\Model\Threshold.

◆ offsetSet()

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

Sets value based on offset.

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

Reimplemented from InfluxDB2\Model\Threshold.

◆ offsetUnset()

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

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

Reimplemented from InfluxDB2\Model\Threshold.

◆ openAPIFormats()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\Threshold.

◆ openAPITypes()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\Threshold.

◆ setters()

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

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

Returns
array

Reimplemented from InfluxDB2\Model\Threshold.

◆ setType()

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

Sets type

Parameters
string$typetype
Returns
$this

◆ setValue()

InfluxDB2\Model\GreaterThreshold::setValue ( $value)

Sets value

Parameters
float$valuevalue
Returns
$this

◆ valid()

InfluxDB2\Model\GreaterThreshold::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\Threshold.

Member Data Documentation

◆ $attributeMap

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

◆ $getters

InfluxDB2\Model\GreaterThreshold::$getters
staticprotected
Initial value:
= [
'type' => 'getType',
'value' => 'getValue'
]

◆ $openAPIFormats

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

◆ $openAPITypes

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

◆ $setters

InfluxDB2\Model\GreaterThreshold::$setters
staticprotected
Initial value:
= [
'type' => 'setType',
'value' => 'setValue'
]

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