|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\DecimalPlaces::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\DecimalPlaces::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\DecimalPlaces::attributeMap |
( |
| ) |
|
|
static |
◆ getDigits()
InfluxDB2\Model\DecimalPlaces::getDigits |
( |
| ) |
|
Gets digits
- Returns
- int|null
◆ getIsEnforced()
InfluxDB2\Model\DecimalPlaces::getIsEnforced |
( |
| ) |
|
Gets is_enforced
- Returns
- bool|null
◆ getModelName()
InfluxDB2\Model\DecimalPlaces::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\DecimalPlaces::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\DecimalPlaces::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\DecimalPlaces::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\DecimalPlaces::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\DecimalPlaces::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\DecimalPlaces::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\DecimalPlaces::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\DecimalPlaces::openAPITypes |
( |
| ) |
|
|
static |
◆ setDigits()
InfluxDB2\Model\DecimalPlaces::setDigits |
( |
| $digits | ) |
|
Sets digits
- Parameters
-
int | null | $digits | The number of digits after decimal to display |
- Returns
- $this
◆ setIsEnforced()
InfluxDB2\Model\DecimalPlaces::setIsEnforced |
( |
| $is_enforced | ) |
|
Sets is_enforced
- Parameters
-
bool | null | $is_enforced | Indicates whether decimal point setting should be enforced |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\DecimalPlaces::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\DecimalPlaces::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Implements InfluxDB2\Model\ModelInterface.
◆ $attributeMap
InfluxDB2\Model\DecimalPlaces::$attributeMap |
|
staticprotected |
Initial value:= [
'is_enforced' => 'isEnforced',
'digits' => 'digits'
]
◆ $getters
InfluxDB2\Model\DecimalPlaces::$getters |
|
staticprotected |
Initial value:= [
'is_enforced' => 'getIsEnforced',
'digits' => 'getDigits'
]
◆ $openAPIFormats
InfluxDB2\Model\DecimalPlaces::$openAPIFormats |
|
staticprotected |
Initial value:= [
'is_enforced' => null,
'digits' => 'int32'
]
◆ $openAPITypes
InfluxDB2\Model\DecimalPlaces::$openAPITypes |
|
staticprotected |
Initial value:= [
'is_enforced' => 'bool',
'digits' => 'int'
]
◆ $setters
InfluxDB2\Model\DecimalPlaces::$setters |
|
staticprotected |
Initial value:= [
'is_enforced' => 'setIsEnforced',
'digits' => 'setDigits'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/DecimalPlaces.php