class PushConfig extends Message

Properties

string $push_endpoint
AttributesEntry[] $attributes

Methods

static 
descriptor()

No description

boolean
hasPushEndpoint()

Check if has a value

string
getPushEndpoint()

Get value

setPushEndpoint(string $value)

Set value

boolean
hasAttributes()

Check if has a value

clearAttributes()

Clear value

getAttributes(int $idx = NULL)

Get value

setAttributes(AttributesEntry $value, $idx = NULL)

Set value

getAttributesList()

Get all elements of

addAttributes(AttributesEntry $value)

Add a new element to

Details

at line line 1772
static descriptor()

at line line 1805
boolean hasPushEndpoint()

Check if has a value

Return Value

boolean

at line line 1814
PushConfig clearPushEndpoint()

Clear value

Return Value

PushConfig

at line line 1823
string getPushEndpoint()

Get value

Return Value

string

at line line 1833
PushConfig setPushEndpoint(string $value)

Set value

Parameters

string $value

Return Value

PushConfig

at line line 1842
boolean hasAttributes()

Check if has a value

Return Value

boolean

at line line 1851
PushConfig clearAttributes()

Clear value

Return Value

PushConfig

at line line 1861
AttributesEntry getAttributes(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

AttributesEntry

at line line 1871
PushConfig setAttributes(AttributesEntry $value, $idx = NULL)

Set value

Parameters

AttributesEntry $value
$idx

Return Value

PushConfig

at line line 1880
AttributesEntry[] getAttributesList()

Get all elements of

Return Value

AttributesEntry[]

at line line 1890
PushConfig addAttributes(AttributesEntry $value)

Add a new element to

Parameters

AttributesEntry $value

Return Value

PushConfig