SpeechServiceUserStatusReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.SpeechServiceUserStatusReq</code>
Table of Contents
Properties
- $key_id : mixed
- Generated from protobuf field <code>string key_id = 4;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 1;</code>
- $room_sid : mixed
- Generated from protobuf field <code>string room_sid = 2;</code>
- $task : mixed
- Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>
- $user_id : mixed
- Generated from protobuf field <code>string user_id = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getKeyId() : string
- Generated from protobuf field <code>string key_id = 4;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 1;</code>
- getRoomSid() : string
- Generated from protobuf field <code>string room_sid = 2;</code>
- getTask() : int
- Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>
- getUserId() : string
- Generated from protobuf field <code>string user_id = 3;</code>
- setKeyId() : $this
- Generated from protobuf field <code>string key_id = 4;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 1;</code>
- setRoomSid() : $this
- Generated from protobuf field <code>string room_sid = 2;</code>
- setTask() : $this
- Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>
- setUserId() : $this
- Generated from protobuf field <code>string user_id = 3;</code>
Properties
$key_id
Generated from protobuf field <code>string key_id = 4;</code>
protected
mixed
$key_id
= ''
$room_id
Generated from protobuf field <code>string room_id = 1;</code>
protected
mixed
$room_id
= ''
$room_sid
Generated from protobuf field <code>string room_sid = 2;</code>
protected
mixed
$room_sid
= ''
$task
Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>
protected
mixed
$task
= 0
$user_id
Generated from protobuf field <code>string user_id = 3;</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 $room_sid @type string $user_id @type string $key_id @type int $task}
getKeyId()
Generated from protobuf field <code>string key_id = 4;</code>
public
getKeyId() : string
Return values
stringgetRoomId()
Generated from protobuf field <code>string room_id = 1;</code>
public
getRoomId() : string
Return values
stringgetRoomSid()
Generated from protobuf field <code>string room_sid = 2;</code>
public
getRoomSid() : string
Return values
stringgetTask()
Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>
public
getTask() : int
Return values
intgetUserId()
Generated from protobuf field <code>string user_id = 3;</code>
public
getUserId() : string
Return values
stringsetKeyId()
Generated from protobuf field <code>string key_id = 4;</code>
public
setKeyId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 1;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomSid()
Generated from protobuf field <code>string room_sid = 2;</code>
public
setRoomSid(string $var) : $this
Parameters
- $var : string
Return values
$thissetTask()
Generated from protobuf field <code>.plugnmeet.SpeechServiceUserStatusTasks task = 5;</code>
public
setTask(int $var) : $this
Parameters
- $var : int
Return values
$thissetUserId()
Generated from protobuf field <code>string user_id = 3;</code>
public
setUserId(string $var) : $this
Parameters
- $var : string