|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\PasswordResetBody::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\PasswordResetBody::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\PasswordResetBody::attributeMap |
( |
| ) |
|
|
static |
◆ getModelName()
InfluxDB2\Model\PasswordResetBody::getModelName |
( |
| ) |
|
◆ getPassword()
InfluxDB2\Model\PasswordResetBody::getPassword |
( |
| ) |
|
Gets password
- Returns
- string
◆ getters()
static InfluxDB2\Model\PasswordResetBody::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\PasswordResetBody::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\PasswordResetBody::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\PasswordResetBody::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\PasswordResetBody::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\PasswordResetBody::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\PasswordResetBody::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\PasswordResetBody::openAPITypes |
( |
| ) |
|
|
static |
◆ setPassword()
InfluxDB2\Model\PasswordResetBody::setPassword |
( |
| $password | ) |
|
Sets password
- Parameters
-
- Returns
- $this
◆ setters()
static InfluxDB2\Model\PasswordResetBody::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\PasswordResetBody::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\PasswordResetBody::$attributeMap |
|
staticprotected |
Initial value:= [
'password' => 'password'
]
◆ $getters
InfluxDB2\Model\PasswordResetBody::$getters |
|
staticprotected |
Initial value:= [
'password' => 'getPassword'
]
◆ $openAPIFormats
InfluxDB2\Model\PasswordResetBody::$openAPIFormats |
|
staticprotected |
◆ $openAPITypes
InfluxDB2\Model\PasswordResetBody::$openAPITypes |
|
staticprotected |
Initial value:= [
'password' => 'string'
]
◆ $setters
InfluxDB2\Model\PasswordResetBody::$setters |
|
staticprotected |
Initial value:= [
'password' => 'setPassword'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/PasswordResetBody.php