|
const | DISCRIMINATOR = null |
|
const | DISCRIMINATOR = 'type' |
|
const | DISCRIMINATOR = 'type' |
|
const | DISCRIMINATOR = null |
|
const | STATUS_ACTIVE = 'active' |
|
const | STATUS_INACTIVE = 'inactive' |
|
◆ __construct()
InfluxDB2\Model\SlackNotificationEndpoint::__construct |
( |
array | $data = null | ) |
|
◆ __toString()
InfluxDB2\Model\SlackNotificationEndpoint::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\SlackNotificationEndpoint::attributeMap |
( |
| ) |
|
|
static |
◆ getModelName()
InfluxDB2\Model\SlackNotificationEndpoint::getModelName |
( |
| ) |
|
◆ getters()
static InfluxDB2\Model\SlackNotificationEndpoint::getters |
( |
| ) |
|
|
static |
◆ getToken()
InfluxDB2\Model\SlackNotificationEndpoint::getToken |
( |
| ) |
|
Gets token
- Returns
- string|null
◆ getUrl()
InfluxDB2\Model\SlackNotificationEndpoint::getUrl |
( |
| ) |
|
Gets url
- Returns
- string|null
◆ listInvalidProperties()
InfluxDB2\Model\SlackNotificationEndpoint::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\SlackNotificationEndpoint::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\SlackNotificationEndpoint::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\SlackNotificationEndpoint::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
InfluxDB2\Model\SlackNotificationEndpoint::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\SlackNotificationEndpoint::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\SlackNotificationEndpoint::openAPITypes |
( |
| ) |
|
|
static |
◆ setters()
static InfluxDB2\Model\SlackNotificationEndpoint::setters |
( |
| ) |
|
|
static |
◆ setToken()
InfluxDB2\Model\SlackNotificationEndpoint::setToken |
( |
| $token | ) |
|
Sets token
- Parameters
-
string | null | $token | Specifies the API token string. Specify either URL or Token . |
- Returns
- $this
◆ setUrl()
InfluxDB2\Model\SlackNotificationEndpoint::setUrl |
( |
| $url | ) |
|
Sets url
- Parameters
-
string | null | $url | Specifies the URL of the Slack endpoint. Specify either URL or Token . |
- Returns
- $this
◆ valid()
InfluxDB2\Model\SlackNotificationEndpoint::valid |
( |
| ) |
|
◆ $attributeMap
InfluxDB2\Model\SlackNotificationEndpoint::$attributeMap |
|
staticprotected |
Initial value:= [
'url' => 'url',
'token' => 'token'
]
◆ $getters
InfluxDB2\Model\SlackNotificationEndpoint::$getters |
|
staticprotected |
Initial value:= [
'url' => 'getUrl',
'token' => 'getToken'
]
◆ $openAPIFormats
InfluxDB2\Model\SlackNotificationEndpoint::$openAPIFormats |
|
staticprotected |
Initial value:= [
'url' => null,
'token' => null
]
◆ $openAPITypes
InfluxDB2\Model\SlackNotificationEndpoint::$openAPITypes |
|
staticprotected |
Initial value:= [
'url' => 'string',
'token' => 'string'
]
◆ $setters
InfluxDB2\Model\SlackNotificationEndpoint::$setters |
|
staticprotected |
Initial value:= [
'url' => 'setUrl',
'token' => 'setToken'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/SlackNotificationEndpoint.php