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