InfluxDB PHP Client
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Attributes | Static Protected Attributes | List of all members
InfluxDB2\Model\NotificationEndpointBase Class Reference
Inheritance diagram for InfluxDB2\Model\NotificationEndpointBase:
InfluxDB2\Model\ModelInterface InfluxDB2\Model\NotificationEndpointDiscriminator InfluxDB2\Model\NotificationEndpoint InfluxDB2\Model\HTTPNotificationEndpoint InfluxDB2\Model\PagerDutyNotificationEndpoint InfluxDB2\Model\SlackNotificationEndpoint InfluxDB2\Model\TelegramNotificationEndpoint

Public Member Functions

 getModelName ()
 
 getStatusAllowableValues ()
 
 __construct (array $data=null)
 
 listInvalidProperties ()
 
 valid ()
 
 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)
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 __toString ()
 

Static Public Member Functions

static openAPITypes ()
 
static openAPIFormats ()
 
static attributeMap ()
 
static setters ()
 
static getters ()
 

Public Attributes

const DISCRIMINATOR = null
 
const STATUS_ACTIVE = 'active'
 
const STATUS_INACTIVE = 'inactive'
 

Protected Attributes

 $container = []
 

Static Protected Attributes

static $openAPIModelName = 'NotificationEndpointBase'
 
static $openAPITypes
 
static $openAPIFormats
 
static $attributeMap
 
static $setters
 
static $getters
 

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ __toString()

InfluxDB2\Model\NotificationEndpointBase::__toString ( )

◆ attributeMap()

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

◆ getCreatedAt()

InfluxDB2\Model\NotificationEndpointBase::getCreatedAt ( )

Gets created_at

Returns
\DateTime|null

◆ getDescription()

InfluxDB2\Model\NotificationEndpointBase::getDescription ( )

Gets description

Returns
string|null

◆ getId()

InfluxDB2\Model\NotificationEndpointBase::getId ( )

Gets id

Returns
string|null

◆ getLabels()

InfluxDB2\Model\NotificationEndpointBase::getLabels ( )

Gets labels

Returns
\InfluxDB2\Model\Label[]|null

◆ getLinks()

InfluxDB2\Model\NotificationEndpointBase::getLinks ( )

Gets links

Returns
\InfluxDB2\Model\NotificationEndpointBaseLinks|null

◆ getModelName()

InfluxDB2\Model\NotificationEndpointBase::getModelName ( )

◆ getName()

InfluxDB2\Model\NotificationEndpointBase::getName ( )

Gets name

Returns
string

◆ getOrgId()

InfluxDB2\Model\NotificationEndpointBase::getOrgId ( )

Gets org_id

Returns
string|null

◆ getStatus()

InfluxDB2\Model\NotificationEndpointBase::getStatus ( )

Gets status

Returns
string|null

◆ getStatusAllowableValues()

InfluxDB2\Model\NotificationEndpointBase::getStatusAllowableValues ( )

Gets allowable values of the enum

Returns
string[]

◆ getters()

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

◆ getType()

InfluxDB2\Model\NotificationEndpointBase::getType ( )

Gets type

Returns
\InfluxDB2\Model\NotificationEndpointType

◆ getUpdatedAt()

InfluxDB2\Model\NotificationEndpointBase::getUpdatedAt ( )

Gets updated_at

Returns
\DateTime|null

◆ getUserId()

InfluxDB2\Model\NotificationEndpointBase::getUserId ( )

Gets user_id

Returns
string|null

◆ listInvalidProperties()

InfluxDB2\Model\NotificationEndpointBase::listInvalidProperties ( )

◆ offsetExists()

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

◆ offsetGet()

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

◆ offsetSet()

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

◆ offsetUnset()

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

◆ openAPIFormats()

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

◆ openAPITypes()

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

◆ setCreatedAt()

InfluxDB2\Model\NotificationEndpointBase::setCreatedAt ( $created_at)

Sets created_at

Parameters
\DateTime | null$created_atcreated_at
Returns
$this

◆ setDescription()

InfluxDB2\Model\NotificationEndpointBase::setDescription ( $description)

Sets description

Parameters
string | null$descriptionAn optional description of the notification endpoint.
Returns
$this

◆ setId()

InfluxDB2\Model\NotificationEndpointBase::setId ( $id)

Sets id

Parameters
string | null$idid
Returns
$this

◆ setLabels()

InfluxDB2\Model\NotificationEndpointBase::setLabels ( $labels)

Sets labels

Parameters
\InfluxDB2\Model\Label[] | null$labelslabels
Returns
$this

◆ setLinks()

InfluxDB2\Model\NotificationEndpointBase::setLinks ( $links)

Sets links

Parameters
\InfluxDB2\Model\NotificationEndpointBaseLinks | null$linkslinks
Returns
$this

◆ setName()

InfluxDB2\Model\NotificationEndpointBase::setName ( $name)

Sets name

Parameters
string$namename
Returns
$this

◆ setOrgId()

InfluxDB2\Model\NotificationEndpointBase::setOrgId ( $org_id)

Sets org_id

Parameters
string | null$org_idorg_id
Returns
$this

◆ setStatus()

InfluxDB2\Model\NotificationEndpointBase::setStatus ( $status)

Sets status

Parameters
string | null$statusThe status of the endpoint.
Returns
$this

◆ setters()

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

◆ setType()

InfluxDB2\Model\NotificationEndpointBase::setType ( $type)

Sets type

Parameters
\InfluxDB2\Model\NotificationEndpointType$typetype
Returns
$this

◆ setUpdatedAt()

InfluxDB2\Model\NotificationEndpointBase::setUpdatedAt ( $updated_at)

Sets updated_at

Parameters
\DateTime | null$updated_atupdated_at
Returns
$this

◆ setUserId()

InfluxDB2\Model\NotificationEndpointBase::setUserId ( $user_id)

Sets user_id

Parameters
string | null$user_iduser_id
Returns
$this

◆ valid()

InfluxDB2\Model\NotificationEndpointBase::valid ( )

Member Data Documentation

◆ $attributeMap

InfluxDB2\Model\NotificationEndpointBase::$attributeMap
staticprotected
Initial value:
= [
'id' => 'id',
'org_id' => 'orgID',
'user_id' => 'userID',
'created_at' => 'createdAt',
'updated_at' => 'updatedAt',
'description' => 'description',
'name' => 'name',
'status' => 'status',
'labels' => 'labels',
'links' => 'links',
'type' => 'type'
]

◆ $getters

InfluxDB2\Model\NotificationEndpointBase::$getters
staticprotected
Initial value:
= [
'id' => 'getId',
'org_id' => 'getOrgId',
'user_id' => 'getUserId',
'created_at' => 'getCreatedAt',
'updated_at' => 'getUpdatedAt',
'description' => 'getDescription',
'name' => 'getName',
'status' => 'getStatus',
'labels' => 'getLabels',
'links' => 'getLinks',
'type' => 'getType'
]

◆ $openAPIFormats

InfluxDB2\Model\NotificationEndpointBase::$openAPIFormats
staticprotected
Initial value:
= [
'id' => null,
'org_id' => null,
'user_id' => null,
'created_at' => 'date-time',
'updated_at' => 'date-time',
'description' => null,
'name' => null,
'status' => null,
'labels' => null,
'links' => null,
'type' => null
]

◆ $openAPITypes

InfluxDB2\Model\NotificationEndpointBase::$openAPITypes
staticprotected
Initial value:
= [
'id' => 'string',
'org_id' => 'string',
'user_id' => 'string',
'created_at' => '\DateTime',
'updated_at' => '\DateTime',
'description' => 'string',
'name' => 'string',
'status' => 'string',
'labels' => '\InfluxDB2\Model\Label[]',
'links' => '\InfluxDB2\Model\NotificationEndpointBaseLinks',
'type' => '\InfluxDB2\Model\NotificationEndpointType'
]

◆ $setters

InfluxDB2\Model\NotificationEndpointBase::$setters
staticprotected
Initial value:
= [
'id' => 'setId',
'org_id' => 'setOrgId',
'user_id' => 'setUserId',
'created_at' => 'setCreatedAt',
'updated_at' => 'setUpdatedAt',
'description' => 'setDescription',
'name' => 'setName',
'status' => 'setStatus',
'labels' => 'setLabels',
'links' => 'setLinks',
'type' => 'setType'
]

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