|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = null |
|
const | TYPE_PROMETHEUS = 'prometheus' |
|
◆ __construct()
InfluxDB2\Model\ScraperTargetResponse::__construct |
( |
array | $data = null | ) |
|
◆ __toString()
InfluxDB2\Model\ScraperTargetResponse::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\ScraperTargetResponse::attributeMap |
( |
| ) |
|
|
static |
◆ getBucket()
InfluxDB2\Model\ScraperTargetResponse::getBucket |
( |
| ) |
|
Gets bucket
- Returns
- string|null
◆ getId()
InfluxDB2\Model\ScraperTargetResponse::getId |
( |
| ) |
|
Gets id
- Returns
- string|null
◆ getLinks()
InfluxDB2\Model\ScraperTargetResponse::getLinks |
( |
| ) |
|
Gets links
- Returns
- \InfluxDB2\Model\ScraperTargetResponseLinks|null
◆ getModelName()
InfluxDB2\Model\ScraperTargetResponse::getModelName |
( |
| ) |
|
◆ getOrg()
InfluxDB2\Model\ScraperTargetResponse::getOrg |
( |
| ) |
|
Gets org
- Returns
- string|null
◆ getters()
static InfluxDB2\Model\ScraperTargetResponse::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\ScraperTargetResponse::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\ScraperTargetResponse::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\ScraperTargetResponse::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\ScraperTargetResponse::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
InfluxDB2\Model\ScraperTargetResponse::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\ScraperTargetResponse::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\ScraperTargetResponse::openAPITypes |
( |
| ) |
|
|
static |
◆ setBucket()
InfluxDB2\Model\ScraperTargetResponse::setBucket |
( |
| $bucket | ) |
|
Sets bucket
- Parameters
-
string | null | $bucket | The bucket name. |
- Returns
- $this
◆ setId()
InfluxDB2\Model\ScraperTargetResponse::setId |
( |
| $id | ) |
|
Sets id
- Parameters
-
- Returns
- $this
◆ setLinks()
InfluxDB2\Model\ScraperTargetResponse::setLinks |
( |
| $links | ) |
|
Sets links
- Parameters
-
\InfluxDB2\Model\ScraperTargetResponseLinks | null | $links | links |
- Returns
- $this
◆ setOrg()
InfluxDB2\Model\ScraperTargetResponse::setOrg |
( |
| $org | ) |
|
Sets org
- Parameters
-
string | null | $org | The name of the organization. |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\ScraperTargetResponse::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\ScraperTargetResponse::valid |
( |
| ) |
|
◆ $attributeMap
InfluxDB2\Model\ScraperTargetResponse::$attributeMap |
|
staticprotected |
Initial value:= [
'id' => 'id',
'org' => 'org',
'bucket' => 'bucket',
'links' => 'links'
]
◆ $getters
InfluxDB2\Model\ScraperTargetResponse::$getters |
|
staticprotected |
Initial value:= [
'id' => 'getId',
'org' => 'getOrg',
'bucket' => 'getBucket',
'links' => 'getLinks'
]
◆ $openAPIFormats
InfluxDB2\Model\ScraperTargetResponse::$openAPIFormats |
|
staticprotected |
Initial value:= [
'id' => null,
'org' => null,
'bucket' => null,
'links' => null
]
◆ $openAPITypes
InfluxDB2\Model\ScraperTargetResponse::$openAPITypes |
|
staticprotected |
Initial value:= [
'id' => 'string',
'org' => 'string',
'bucket' => 'string',
'links' => '\InfluxDB2\Model\ScraperTargetResponseLinks'
]
◆ $setters
InfluxDB2\Model\ScraperTargetResponse::$setters |
|
staticprotected |
Initial value:= [
'id' => 'setId',
'org' => 'setOrg',
'bucket' => 'setBucket',
'links' => 'setLinks'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/ScraperTargetResponse.php