Documentation

SwitchPresenterReq extends Message
in package

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

Table of Contents

Properties

$Requested_user_id  : mixed
Generated from protobuf field <code>string Requested_user_id = 4;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 3;</code>
$task  : mixed
Generated from protobuf field <code>.plugnmeet.SwitchPresenterTask task = 1;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 2;</code>

Methods

__construct()  : mixed
Constructor.
getRequestedUserId()  : string
Generated from protobuf field <code>string Requested_user_id = 4;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 3;</code>
getTask()  : int
Generated from protobuf field <code>.plugnmeet.SwitchPresenterTask task = 1;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 2;</code>
setRequestedUserId()  : $this
Generated from protobuf field <code>string Requested_user_id = 4;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 3;</code>
setTask()  : $this
Generated from protobuf field <code>.plugnmeet.SwitchPresenterTask task = 1;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 2;</code>

Properties

$Requested_user_id

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

protected mixed $Requested_user_id = ''

$room_id

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

protected mixed $room_id = ''

$task

Generated from protobuf field <code>.plugnmeet.SwitchPresenterTask task = 1;</code>

protected mixed $task = 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 int $task
@type string $user_id
@type string $room_id
@type string $Requested_user_id

}

getRequestedUserId()

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

public getRequestedUserId() : string
Return values
string

getRoomId()

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

public getRoomId() : string
Return values
string

getTask()

Generated from protobuf field <code>.plugnmeet.SwitchPresenterTask task = 1;</code>

public getTask() : int
Return values
int

getUserId()

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

public getUserId() : string
Return values
string

setRequestedUserId()

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

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

setRoomId()

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

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

setTask()

Generated from protobuf field <code>.plugnmeet.SwitchPresenterTask task = 1;</code>

public setTask(int $var) : $this
Parameters
$var : int
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