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