InfluxDB PHP Client
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Static Protected Attributes | List of all members
InfluxDB2\Model\NotificationRule Class Reference
Inheritance diagram for InfluxDB2\Model\NotificationRule:
InfluxDB2\Model\NotificationRuleDiscriminator InfluxDB2\Model\NotificationRuleBase InfluxDB2\Model\ModelInterface InfluxDB2\Model\HTTPNotificationRuleBase InfluxDB2\Model\PagerDutyNotificationRuleBase InfluxDB2\Model\SMTPNotificationRuleBase InfluxDB2\Model\SlackNotificationRuleBase InfluxDB2\Model\TelegramNotificationRuleBase InfluxDB2\Model\HTTPNotificationRule InfluxDB2\Model\PagerDutyNotificationRule InfluxDB2\Model\SMTPNotificationRule InfluxDB2\Model\SlackNotificationRule InfluxDB2\Model\TelegramNotificationRule

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\NotificationRuleBase
 getLastRunStatusAllowableValues ()
 
 getLatestCompleted ()
 
 setLatestCompleted ($latest_completed)
 
 getLastRunStatus ()
 
 setLastRunStatus ($last_run_status)
 
 getLastRunError ()
 
 setLastRunError ($last_run_error)
 
 getId ()
 
 setId ($id)
 
 getEndpointId ()
 
 setEndpointId ($endpoint_id)
 
 getOrgId ()
 
 setOrgId ($org_id)
 
 getTaskId ()
 
 setTaskId ($task_id)
 
 getOwnerId ()
 
 setOwnerId ($owner_id)
 
 getCreatedAt ()
 
 setCreatedAt ($created_at)
 
 getUpdatedAt ()
 
 setUpdatedAt ($updated_at)
 
 getStatus ()
 
 setStatus ($status)
 
 getName ()
 
 setName ($name)
 
 getSleepUntil ()
 
 setSleepUntil ($sleep_until)
 
 getEvery ()
 
 setEvery ($every)
 
 getOffset ()
 
 setOffset ($offset)
 
 getRunbookLink ()
 
 setRunbookLink ($runbook_link)
 
 getLimitEvery ()
 
 setLimitEvery ($limit_every)
 
 getLimit ()
 
 setLimit ($limit)
 
 getTagRules ()
 
 setTagRules ($tag_rules)
 
 getDescription ()
 
 setDescription ($description)
 
 getStatusRules ()
 
 setStatusRules ($status_rules)
 
 getLabels ()
 
 setLabels ($labels)
 
 getLinks ()
 
 setLinks ($links)
 

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\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 = '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 = []
 

Constructor & Destructor Documentation

◆ __construct()

InfluxDB2\Model\NotificationRule::__construct ( array $data = null)

Member Function Documentation

◆ __toString()

InfluxDB2\Model\NotificationRule::__toString ( )

◆ attributeMap()

static InfluxDB2\Model\NotificationRule::attributeMap ( )
static

◆ getModelName()

InfluxDB2\Model\NotificationRule::getModelName ( )

◆ getters()

static InfluxDB2\Model\NotificationRule::getters ( )
static

◆ listInvalidProperties()

InfluxDB2\Model\NotificationRule::listInvalidProperties ( )

◆ offsetExists()

InfluxDB2\Model\NotificationRule::offsetExists ( $offset)

◆ offsetGet()

InfluxDB2\Model\NotificationRule::offsetGet ( $offset)

◆ offsetSet()

InfluxDB2\Model\NotificationRule::offsetSet ( $offset,
$value )

◆ offsetUnset()

InfluxDB2\Model\NotificationRule::offsetUnset ( $offset)

◆ openAPIFormats()

static InfluxDB2\Model\NotificationRule::openAPIFormats ( )
static

◆ openAPITypes()

static InfluxDB2\Model\NotificationRule::openAPITypes ( )
static

◆ setters()

static InfluxDB2\Model\NotificationRule::setters ( )
static

◆ valid()

InfluxDB2\Model\NotificationRule::valid ( )

Member Data Documentation

◆ $attributeMap

InfluxDB2\Model\NotificationRule::$attributeMap
staticprotected
Initial value:
= [
]

◆ $getters

InfluxDB2\Model\NotificationRule::$getters
staticprotected
Initial value:
= [
]

◆ $openAPIFormats

InfluxDB2\Model\NotificationRule::$openAPIFormats
staticprotected
Initial value:
= [
]

◆ $openAPITypes

InfluxDB2\Model\NotificationRule::$openAPITypes
staticprotected
Initial value:
= [
]

◆ $setters

InfluxDB2\Model\NotificationRule::$setters
staticprotected
Initial value:
= [
]

The documentation for this class was generated from the following file: