Documentation

SubmitPollResponseReq extends Message
in package

Generated from protobuf message <code>plugnmeet.SubmitPollResponseReq</code>

Table of Contents

Properties

$name  : mixed
Generated from protobuf field <code>string name = 3;</code>
$poll_id  : mixed
Generated from protobuf field <code>string poll_id = 4;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 1;</code>
$selected_option  : mixed
Generated from protobuf field <code>uint64 selected_option = 5;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 2;</code>

Methods

__construct()  : mixed
Constructor.
getName()  : string
Generated from protobuf field <code>string name = 3;</code>
getPollId()  : string
Generated from protobuf field <code>string poll_id = 4;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 1;</code>
getSelectedOption()  : int|string
Generated from protobuf field <code>uint64 selected_option = 5;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 2;</code>
setName()  : $this
Generated from protobuf field <code>string name = 3;</code>
setPollId()  : $this
Generated from protobuf field <code>string poll_id = 4;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 1;</code>
setSelectedOption()  : $this
Generated from protobuf field <code>uint64 selected_option = 5;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 2;</code>

Properties

$name

Generated from protobuf field <code>string name = 3;</code>

protected mixed $name = ''

$poll_id

Generated from protobuf field <code>string poll_id = 4;</code>

protected mixed $poll_id = ''

$room_id

Generated from protobuf field <code>string room_id = 1;</code>

protected mixed $room_id = ''

$selected_option

Generated from protobuf field <code>uint64 selected_option = 5;</code>

protected mixed $selected_option = 0

$user_id

Generated from protobuf field <code>string user_id = 2;</code>

protected mixed $user_id = ''

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type string $room_id
@type string $user_id
@type string $name
@type string $poll_id
@type int|string $selected_option

}

getName()

Generated from protobuf field <code>string name = 3;</code>

public getName() : string
Return values
string

getPollId()

Generated from protobuf field <code>string poll_id = 4;</code>

public getPollId() : string
Return values
string

getRoomId()

Generated from protobuf field <code>string room_id = 1;</code>

public getRoomId() : string
Return values
string

getSelectedOption()

Generated from protobuf field <code>uint64 selected_option = 5;</code>

public getSelectedOption() : int|string
Return values
int|string

getUserId()

Generated from protobuf field <code>string user_id = 2;</code>

public getUserId() : string
Return values
string

setName()

Generated from protobuf field <code>string name = 3;</code>

public setName(string $var) : $this
Parameters
$var : string
Return values
$this

setPollId()

Generated from protobuf field <code>string poll_id = 4;</code>

public setPollId(string $var) : $this
Parameters
$var : string
Return values
$this

setRoomId()

Generated from protobuf field <code>string room_id = 1;</code>

public setRoomId(string $var) : $this
Parameters
$var : string
Return values
$this

setSelectedOption()

Generated from protobuf field <code>uint64 selected_option = 5;</code>

public setSelectedOption(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setUserId()

Generated from protobuf field <code>string user_id = 2;</code>

public setUserId(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results