|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\BucketMetadataManifest::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\BucketMetadataManifest::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\BucketMetadataManifest::attributeMap |
( |
| ) |
|
|
static |
◆ getBucketId()
InfluxDB2\Model\BucketMetadataManifest::getBucketId |
( |
| ) |
|
Gets bucket_id
- Returns
- string
◆ getBucketName()
InfluxDB2\Model\BucketMetadataManifest::getBucketName |
( |
| ) |
|
Gets bucket_name
- Returns
- string
◆ getDefaultRetentionPolicy()
InfluxDB2\Model\BucketMetadataManifest::getDefaultRetentionPolicy |
( |
| ) |
|
Gets default_retention_policy
- Returns
- string
◆ getDescription()
InfluxDB2\Model\BucketMetadataManifest::getDescription |
( |
| ) |
|
Gets description
- Returns
- string|null
◆ getModelName()
InfluxDB2\Model\BucketMetadataManifest::getModelName |
( |
| ) |
|
◆ getOrganizationId()
InfluxDB2\Model\BucketMetadataManifest::getOrganizationId |
( |
| ) |
|
Gets organization_id
- Returns
- string
◆ getOrganizationName()
InfluxDB2\Model\BucketMetadataManifest::getOrganizationName |
( |
| ) |
|
Gets organization_name
- Returns
- string
◆ getRetentionPolicies()
InfluxDB2\Model\BucketMetadataManifest::getRetentionPolicies |
( |
| ) |
|
Gets retention_policies
- Returns
- \InfluxDB2\Model\RetentionPolicyManifest[]
◆ getters()
static InfluxDB2\Model\BucketMetadataManifest::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\BucketMetadataManifest::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\BucketMetadataManifest::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\BucketMetadataManifest::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\BucketMetadataManifest::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\BucketMetadataManifest::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\BucketMetadataManifest::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\BucketMetadataManifest::openAPITypes |
( |
| ) |
|
|
static |
◆ setBucketId()
InfluxDB2\Model\BucketMetadataManifest::setBucketId |
( |
| $bucket_id | ) |
|
Sets bucket_id
- Parameters
-
string | $bucket_id | bucket_id |
- Returns
- $this
◆ setBucketName()
InfluxDB2\Model\BucketMetadataManifest::setBucketName |
( |
| $bucket_name | ) |
|
Sets bucket_name
- Parameters
-
string | $bucket_name | bucket_name |
- Returns
- $this
◆ setDefaultRetentionPolicy()
InfluxDB2\Model\BucketMetadataManifest::setDefaultRetentionPolicy |
( |
| $default_retention_policy | ) |
|
Sets default_retention_policy
- Parameters
-
string | $default_retention_policy | default_retention_policy |
- Returns
- $this
◆ setDescription()
InfluxDB2\Model\BucketMetadataManifest::setDescription |
( |
| $description | ) |
|
Sets description
- Parameters
-
string | null | $description | description |
- Returns
- $this
◆ setOrganizationId()
InfluxDB2\Model\BucketMetadataManifest::setOrganizationId |
( |
| $organization_id | ) |
|
Sets organization_id
- Parameters
-
string | $organization_id | organization_id |
- Returns
- $this
◆ setOrganizationName()
InfluxDB2\Model\BucketMetadataManifest::setOrganizationName |
( |
| $organization_name | ) |
|
Sets organization_name
- Parameters
-
string | $organization_name | organization_name |
- Returns
- $this
◆ setRetentionPolicies()
InfluxDB2\Model\BucketMetadataManifest::setRetentionPolicies |
( |
| $retention_policies | ) |
|
Sets retention_policies
- Parameters
-
\InfluxDB2\Model\RetentionPolicyManifest[] | $retention_policies | retention_policies |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\BucketMetadataManifest::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\BucketMetadataManifest::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\BucketMetadataManifest::$attributeMap |
|
staticprotected |
Initial value:= [
'organization_id' => 'organizationID',
'organization_name' => 'organizationName',
'bucket_id' => 'bucketID',
'bucket_name' => 'bucketName',
'description' => 'description',
'default_retention_policy' => 'defaultRetentionPolicy',
'retention_policies' => 'retentionPolicies'
]
◆ $getters
InfluxDB2\Model\BucketMetadataManifest::$getters |
|
staticprotected |
Initial value:= [
'organization_id' => 'getOrganizationId',
'organization_name' => 'getOrganizationName',
'bucket_id' => 'getBucketId',
'bucket_name' => 'getBucketName',
'description' => 'getDescription',
'default_retention_policy' => 'getDefaultRetentionPolicy',
'retention_policies' => 'getRetentionPolicies'
]
◆ $openAPIFormats
InfluxDB2\Model\BucketMetadataManifest::$openAPIFormats |
|
staticprotected |
Initial value:= [
'organization_id' => null,
'organization_name' => null,
'bucket_id' => null,
'bucket_name' => null,
'description' => null,
'default_retention_policy' => null,
'retention_policies' => null
]
◆ $openAPITypes
InfluxDB2\Model\BucketMetadataManifest::$openAPITypes |
|
staticprotected |
Initial value:= [
'organization_id' => 'string',
'organization_name' => 'string',
'bucket_id' => 'string',
'bucket_name' => 'string',
'description' => 'string',
'default_retention_policy' => 'string',
'retention_policies' => '\InfluxDB2\Model\RetentionPolicyManifest[]'
]
◆ $setters
InfluxDB2\Model\BucketMetadataManifest::$setters |
|
staticprotected |
Initial value:= [
'organization_id' => 'setOrganizationId',
'organization_name' => 'setOrganizationName',
'bucket_id' => 'setBucketId',
'bucket_name' => 'setBucketName',
'description' => 'setDescription',
'default_retention_policy' => 'setDefaultRetentionPolicy',
'retention_policies' => 'setRetentionPolicies'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/BucketMetadataManifest.php