class GetTopicRequest extends Message

Properties

string $topic

Methods

static 
descriptor()

No description

boolean
hasTopic()

Check if has a value

clearTopic()

Clear value

string
getTopic()

Get value

setTopic(string $value)

Set value

Details

at line line 468
static descriptor()

at line line 492
boolean hasTopic()

Check if has a value

Return Value

boolean

at line line 501
GetTopicRequest clearTopic()

Clear value

Return Value

GetTopicRequest

at line line 510
string getTopic()

Get value

Return Value

string

at line line 520
GetTopicRequest setTopic(string $value)

Set value

Parameters

string $value

Return Value

GetTopicRequest