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