GetActiveRoomInfoRes
extends Message
in package
Generated from protobuf message <code>plugnmeet.GetActiveRoomInfoRes</code>
Table of Contents
Properties
- $msg : mixed
- Generated from protobuf field <code>string msg = 2;</code>
- $room : mixed
- Generated from protobuf field <code>.plugnmeet.ActiveRoomWithParticipant room = 3;</code>
- $status : mixed
- Generated from protobuf field <code>bool status = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearRoom() : mixed
- getMsg() : string
- Generated from protobuf field <code>string msg = 2;</code>
- getRoom() : ActiveRoomWithParticipant|null
- Generated from protobuf field <code>.plugnmeet.ActiveRoomWithParticipant room = 3;</code>
- getStatus() : bool
- Generated from protobuf field <code>bool status = 1;</code>
- hasRoom() : mixed
- setMsg() : $this
- Generated from protobuf field <code>string msg = 2;</code>
- setRoom() : $this
- Generated from protobuf field <code>.plugnmeet.ActiveRoomWithParticipant room = 3;</code>
- setStatus() : $this
- Generated from protobuf field <code>bool status = 1;</code>
Properties
$msg
Generated from protobuf field <code>string msg = 2;</code>
protected
mixed
$msg
= ''
$room
Generated from protobuf field <code>.plugnmeet.ActiveRoomWithParticipant room = 3;</code>
protected
mixed
$room
= null
$status
Generated from protobuf field <code>bool status = 1;</code>
protected
mixed
$status
= false
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 bool $status @type string $msg @type \Mynaparrot\PlugnmeetProto\ActiveRoomWithParticipant $room}
clearRoom()
public
clearRoom() : mixed
getMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
getMsg() : string
Return values
stringgetRoom()
Generated from protobuf field <code>.plugnmeet.ActiveRoomWithParticipant room = 3;</code>
public
getRoom() : ActiveRoomWithParticipant|null
Return values
ActiveRoomWithParticipant|nullgetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
getStatus() : bool
Return values
boolhasRoom()
public
hasRoom() : mixed
setMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
setMsg(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoom()
Generated from protobuf field <code>.plugnmeet.ActiveRoomWithParticipant room = 3;</code>
public
setRoom(ActiveRoomWithParticipant $var) : $this
Parameters
- $var : ActiveRoomWithParticipant
Return values
$thissetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
setStatus(bool $var) : $this
Parameters
- $var : bool