InfluxDB PHP Client
|
Static Public Member Functions | |
static | openAPITypes () |
static | openAPIFormats () |
static | attributeMap () |
static | setters () |
static | getters () |
Public Attributes | |
const | DISCRIMINATOR = null |
const | TYPE_SLACK = 'slack' |
Public Attributes inherited from InfluxDB2\Model\NotificationRule | |
const | DISCRIMINATOR = 'type' |
Public Attributes inherited from InfluxDB2\Model\NotificationRuleDiscriminator | |
const | DISCRIMINATOR = 'type' |
Public Attributes inherited from InfluxDB2\Model\NotificationRuleBase | |
const | DISCRIMINATOR = null |
const | LAST_RUN_STATUS_FAILED = 'failed' |
const | LAST_RUN_STATUS_SUCCESS = 'success' |
const | LAST_RUN_STATUS_CANCELED = 'canceled' |
Static Protected Attributes | |
static | $openAPIModelName = 'SlackNotificationRuleBase' |
static | $openAPITypes |
static | $openAPIFormats |
static | $attributeMap |
static | $setters |
static | $getters |
Static Protected Attributes inherited from InfluxDB2\Model\NotificationRule | |
static | $openAPIModelName = 'NotificationRule' |
static | $openAPITypes |
static | $openAPIFormats |
static | $attributeMap |
static | $setters |
static | $getters |
Static Protected Attributes inherited from InfluxDB2\Model\NotificationRuleDiscriminator | |
static | $openAPIModelName = 'NotificationRuleDiscriminator' |
static | $openAPITypes |
static | $openAPIFormats |
static | $attributeMap |
static | $setters |
static | $getters |
Static Protected Attributes inherited from InfluxDB2\Model\NotificationRuleBase | |
static | $openAPIModelName = 'NotificationRuleBase' |
static | $openAPITypes |
static | $openAPIFormats |
static | $attributeMap |
static | $setters |
static | $getters |
Additional Inherited Members | |
Protected Attributes inherited from InfluxDB2\Model\NotificationRuleBase | |
$container = [] | |
InfluxDB2\Model\SlackNotificationRuleBase::__construct | ( | array | $data = null | ) |
Constructor
mixed[] | $data | Associated array of property values initializing the model |
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
InfluxDB2\Model\SlackNotificationRuleBase::__toString | ( | ) |
Gets the string presentation of the object
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
|
static |
Array of attributes where the key is the local name, and the value is the original name
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
InfluxDB2\Model\SlackNotificationRuleBase::getChannel | ( | ) |
Gets channel
InfluxDB2\Model\SlackNotificationRuleBase::getMessageTemplate | ( | ) |
Gets message_template
InfluxDB2\Model\SlackNotificationRuleBase::getModelName | ( | ) |
The original name of the model.
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
|
static |
Array of attributes to getter functions (for serialization of requests)
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
InfluxDB2\Model\SlackNotificationRuleBase::getType | ( | ) |
Gets type
InfluxDB2\Model\SlackNotificationRuleBase::getTypeAllowableValues | ( | ) |
Gets allowable values of the enum
InfluxDB2\Model\SlackNotificationRuleBase::listInvalidProperties | ( | ) |
Show all the invalid properties with reasons.
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
InfluxDB2\Model\SlackNotificationRuleBase::offsetExists | ( | $offset | ) |
Returns true if offset exists. False otherwise.
integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
InfluxDB2\Model\SlackNotificationRuleBase::offsetGet | ( | $offset | ) |
Gets offset.
integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
InfluxDB2\Model\SlackNotificationRuleBase::offsetSet | ( | $offset, | |
$value ) |
Sets value based on offset.
integer | $offset | Offset |
mixed | $value | Value to be set |
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
InfluxDB2\Model\SlackNotificationRuleBase::offsetUnset | ( | $offset | ) |
Unsets offset.
integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
|
static |
Array of property to format mappings. Used for (de)serialization
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
|
static |
Array of property to type mappings. Used for (de)serialization
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
InfluxDB2\Model\SlackNotificationRuleBase::setChannel | ( | $channel | ) |
Sets channel
string | null | $channel | channel |
InfluxDB2\Model\SlackNotificationRuleBase::setMessageTemplate | ( | $message_template | ) |
Sets message_template
string | $message_template | message_template |
|
static |
Array of attributes to setter functions (for deserialization of responses)
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
InfluxDB2\Model\SlackNotificationRuleBase::setType | ( | $type | ) |
Sets type
string | $type | type |
InfluxDB2\Model\SlackNotificationRuleBase::valid | ( | ) |
Validate all the properties in the model return true if all passed
Reimplemented from InfluxDB2\Model\NotificationRule.
Reimplemented in InfluxDB2\Model\SlackNotificationRule.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |