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

Public Member Functions

 getModelName ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 getClientUrl ()
 
 setClientUrl ($client_url)
 
 getRoutingKey ()
 
 setRoutingKey ($routing_key)
 
 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 = null
 
- Public Attributes inherited from InfluxDB2\Model\NotificationEndpoint
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 = 'PagerDutyNotificationEndpoint'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 
- Static Protected Attributes inherited from InfluxDB2\Model\NotificationEndpoint
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\PagerDutyNotificationEndpoint::__construct ( array $data = null)

Constructor

Parameters
mixed[]$dataAssociated array of property values initializing the model

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

Member Function Documentation

◆ __toString()

InfluxDB2\Model\PagerDutyNotificationEndpoint::__toString ( )

Gets the string presentation of the object

Returns
string

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ attributeMap()

static InfluxDB2\Model\PagerDutyNotificationEndpoint::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\NotificationEndpoint.

◆ getClientUrl()

InfluxDB2\Model\PagerDutyNotificationEndpoint::getClientUrl ( )

Gets client_url

Returns
string|null

◆ getModelName()

InfluxDB2\Model\PagerDutyNotificationEndpoint::getModelName ( )

The original name of the model.

Returns
string

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ getRoutingKey()

InfluxDB2\Model\PagerDutyNotificationEndpoint::getRoutingKey ( )

Gets routing_key

Returns
string

◆ getters()

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

Array of attributes to getter functions (for serialization of requests)

Returns
array

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ listInvalidProperties()

InfluxDB2\Model\PagerDutyNotificationEndpoint::listInvalidProperties ( )

Show all the invalid properties with reasons.

Returns
array invalid properties with reasons

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ offsetExists()

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

Returns true if offset exists. False otherwise.

Parameters
integer$offsetOffset
Returns
boolean

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ offsetGet()

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

Gets offset.

Parameters
integer$offsetOffset
Returns
mixed

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ offsetSet()

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

Sets value based on offset.

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

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ offsetUnset()

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

Unsets offset.

Parameters
integer$offsetOffset
Returns
void

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ openAPIFormats()

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

Array of property to format mappings. Used for (de)serialization

Returns
array

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ openAPITypes()

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

Array of property to type mappings. Used for (de)serialization

Returns
array

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ setClientUrl()

InfluxDB2\Model\PagerDutyNotificationEndpoint::setClientUrl ( $client_url)

Sets client_url

Parameters
string | null$client_urlclient_url
Returns
$this

◆ setRoutingKey()

InfluxDB2\Model\PagerDutyNotificationEndpoint::setRoutingKey ( $routing_key)

Sets routing_key

Parameters
string$routing_keyrouting_key
Returns
$this

◆ setters()

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

Array of attributes to setter functions (for deserialization of responses)

Returns
array

Reimplemented from InfluxDB2\Model\NotificationEndpoint.

◆ valid()

InfluxDB2\Model\PagerDutyNotificationEndpoint::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\NotificationEndpoint.

Member Data Documentation

◆ $attributeMap

InfluxDB2\Model\PagerDutyNotificationEndpoint::$attributeMap
staticprotected
Initial value:
= [
'client_url' => 'clientURL',
'routing_key' => 'routingKey'
]

◆ $getters

InfluxDB2\Model\PagerDutyNotificationEndpoint::$getters
staticprotected
Initial value:
= [
'client_url' => 'getClientUrl',
'routing_key' => 'getRoutingKey'
]

◆ $openAPIFormats

InfluxDB2\Model\PagerDutyNotificationEndpoint::$openAPIFormats
staticprotected
Initial value:
= [
'client_url' => null,
'routing_key' => null
]

◆ $openAPITypes

InfluxDB2\Model\PagerDutyNotificationEndpoint::$openAPITypes
staticprotected
Initial value:
= [
'client_url' => 'string',
'routing_key' => 'string'
]

◆ $setters

InfluxDB2\Model\PagerDutyNotificationEndpoint::$setters
staticprotected
Initial value:
= [
'client_url' => 'setClientUrl',
'routing_key' => 'setRoutingKey'
]

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