|
InfluxDB PHP Client
|
Public Member Functions | |
| getModelName () | |
| __construct (?array $data=null) | |
| listInvalidProperties () | |
| valid () | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| __toString () | |
Public Member Functions inherited from InfluxDB2\Model\NotificationEndpointBase | |
| getStatusAllowableValues () | |
| getId () | |
| setId ($id) | |
| getOrgId () | |
| setOrgId ($org_id) | |
| getUserId () | |
| setUserId ($user_id) | |
| getCreatedAt () | |
| setCreatedAt ($created_at) | |
| getUpdatedAt () | |
| setUpdatedAt ($updated_at) | |
| getDescription () | |
| setDescription ($description) | |
| getName () | |
| setName ($name) | |
| getStatus () | |
| setStatus ($status) | |
| getLabels () | |
| setLabels ($labels) | |
| getLinks () | |
| setLinks ($links) | |
| getType () | |
| setType ($type) | |
Static Public Member Functions | |
| static | openAPITypes () |
| static | openAPIFormats () |
| static | attributeMap () |
| static | setters () |
| static | getters () |
Public Attributes | |
| const | DISCRIMINATOR = 'type' |
Public Attributes inherited from InfluxDB2\Model\NotificationEndpointDiscriminator | |
| const | DISCRIMINATOR = 'type' |
Public Attributes inherited from InfluxDB2\Model\NotificationEndpointBase | |
| const | DISCRIMINATOR = null |
| const | STATUS_ACTIVE = 'active' |
| const | STATUS_INACTIVE = 'inactive' |
Static Protected Attributes | |
| static | $openAPIModelName = 'NotificationEndpoint' |
| static | $openAPITypes |
| static | $openAPIFormats |
| static | $attributeMap |
| static | $setters |
| static | $getters |
Static Protected Attributes inherited from InfluxDB2\Model\NotificationEndpointDiscriminator | |
| static | $openAPIModelName = 'NotificationEndpointDiscriminator' |
| static | $openAPITypes |
| static | $openAPIFormats |
| static | $attributeMap |
| static | $setters |
| static | $getters |
Static Protected Attributes inherited from InfluxDB2\Model\NotificationEndpointBase | |
| static | $openAPIModelName = 'NotificationEndpointBase' |
| static | $openAPITypes |
| static | $openAPIFormats |
| static | $attributeMap |
| static | $setters |
| static | $getters |
Additional Inherited Members | |
Protected Attributes inherited from InfluxDB2\Model\NotificationEndpointBase | |
| $container = [] | |
| InfluxDB2\Model\NotificationEndpoint::__construct | ( | ?array | $data = null | ) |
Constructor
| mixed[] | $data | Associated array of property values initializing the model |
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
| InfluxDB2\Model\NotificationEndpoint::__toString | ( | ) |
Gets the string presentation of the object
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
|
static |
Array of attributes where the key is the local name, and the value is the original name
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
| InfluxDB2\Model\NotificationEndpoint::getModelName | ( | ) |
The original name of the model.
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
|
static |
Array of attributes to getter functions (for serialization of requests)
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
| InfluxDB2\Model\NotificationEndpoint::listInvalidProperties | ( | ) |
Show all the invalid properties with reasons.
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
| InfluxDB2\Model\NotificationEndpoint::offsetExists | ( | $offset | ) |
Returns true if offset exists. False otherwise.
| integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
| InfluxDB2\Model\NotificationEndpoint::offsetGet | ( | $offset | ) |
Gets offset.
| integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
| InfluxDB2\Model\NotificationEndpoint::offsetSet | ( | $offset, | |
| $value ) |
Sets value based on offset.
| integer | $offset | Offset |
| mixed | $value | Value to be set |
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
| InfluxDB2\Model\NotificationEndpoint::offsetUnset | ( | $offset | ) |
Unsets offset.
| integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
|
static |
Array of property to format mappings. Used for (de)serialization
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
|
static |
Array of property to type mappings. Used for (de)serialization
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
|
static |
Array of attributes to setter functions (for deserialization of responses)
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
| InfluxDB2\Model\NotificationEndpoint::valid | ( | ) |
Validate all the properties in the model return true if all passed
Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.
Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |