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