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\NotificationEndpoint Class Reference
Inheritance diagram for InfluxDB2\Model\NotificationEndpoint:
InfluxDB2\Model\NotificationEndpointDiscriminator InfluxDB2\Model\NotificationEndpointBase InfluxDB2\Model\ModelInterface InfluxDB2\Model\HTTPNotificationEndpoint InfluxDB2\Model\PagerDutyNotificationEndpoint InfluxDB2\Model\SlackNotificationEndpoint InfluxDB2\Model\TelegramNotificationEndpoint

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

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ __toString()

InfluxDB2\Model\NotificationEndpoint::__toString ( )

◆ attributeMap()

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

Array of attributes where the key is the local name, and the value is the original name

Returns
array

Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.

Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.

◆ getModelName()

InfluxDB2\Model\NotificationEndpoint::getModelName ( )

◆ getters()

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

◆ listInvalidProperties()

InfluxDB2\Model\NotificationEndpoint::listInvalidProperties ( )

◆ offsetExists()

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

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.

Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.

◆ offsetGet()

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

◆ offsetSet()

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

Sets value based on offset.

Parameters
integer$offsetOffset
mixed$valueValue to be set
Returns
void

Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.

Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.

◆ offsetUnset()

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

◆ openAPIFormats()

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

◆ openAPITypes()

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

◆ setters()

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

◆ valid()

InfluxDB2\Model\NotificationEndpoint::valid ( )

Validate all the properties in the model return true if all passed

Returns
bool True if all properties are valid

Reimplemented from InfluxDB2\Model\NotificationEndpointDiscriminator.

Reimplemented in InfluxDB2\Model\HTTPNotificationEndpoint, InfluxDB2\Model\PagerDutyNotificationEndpoint, InfluxDB2\Model\SlackNotificationEndpoint, and InfluxDB2\Model\TelegramNotificationEndpoint.

Member Data Documentation

◆ $attributeMap

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

◆ $getters

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

◆ $openAPIFormats

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

◆ $openAPITypes

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

◆ $setters

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

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