PreassignedBreakoutRoom
extends Message
in package
Generated from protobuf message <code>plugnmeet.PreassignedBreakoutRoom</code>
Table of Contents
Properties
- $room_id : mixed
- internal usage field
- $title : mixed
- Generated from protobuf field <code>string title = 1 [(.buf.validate.field) = {</code>
- $user_ids : mixed
- Generated from protobuf field <code>repeated string user_ids = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getRoomId() : string
- internal usage field
- getTitle() : string
- Generated from protobuf field <code>string title = 1 [(.buf.validate.field) = {</code>
- getUserIds() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string user_ids = 2;</code>
- setRoomId() : $this
- internal usage field
- setTitle() : $this
- Generated from protobuf field <code>string title = 1 [(.buf.validate.field) = {</code>
- setUserIds() : $this
- Generated from protobuf field <code>repeated string user_ids = 2;</code>
Properties
$room_id
internal usage field
protected
mixed
$room_id
= ''
Generated from protobuf field string room_id = 3 [(.buf.validate.field) = {
$title
Generated from protobuf field <code>string title = 1 [(.buf.validate.field) = {</code>
protected
mixed
$title
= ''
$user_ids
Generated from protobuf field <code>repeated string user_ids = 2;</code>
private
mixed
$user_ids
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 $title @type string[] $user_ids @type string $room_id internal usage field}
getRoomId()
internal usage field
public
getRoomId() : string
Generated from protobuf field string room_id = 3 [(.buf.validate.field) = {
Return values
stringgetTitle()
Generated from protobuf field <code>string title = 1 [(.buf.validate.field) = {</code>
public
getTitle() : string
Return values
stringgetUserIds()
Generated from protobuf field <code>repeated string user_ids = 2;</code>
public
getUserIds() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>setRoomId()
internal usage field
public
setRoomId(string $var) : $this
Generated from protobuf field string room_id = 3 [(.buf.validate.field) = {
Parameters
- $var : string
Return values
$thissetTitle()
Generated from protobuf field <code>string title = 1 [(.buf.validate.field) = {</code>
public
setTitle(string $var) : $this
Parameters
- $var : string
Return values
$thissetUserIds()
Generated from protobuf field <code>repeated string user_ids = 2;</code>
public
setUserIds(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>