BreakoutRoomUser
extends Message
in package
Generated from protobuf message <code>plugnmeet.BreakoutRoomUser</code>
Table of Contents
Properties
- $id : mixed
- Generated from protobuf field <code>string id = 1;</code>
- $joined : mixed
- Generated from protobuf field <code>bool joined = 3;</code>
- $name : mixed
- Generated from protobuf field <code>string name = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getId() : string
- Generated from protobuf field <code>string id = 1;</code>
- getJoined() : bool
- Generated from protobuf field <code>bool joined = 3;</code>
- getName() : string
- Generated from protobuf field <code>string name = 2;</code>
- setId() : $this
- Generated from protobuf field <code>string id = 1;</code>
- setJoined() : $this
- Generated from protobuf field <code>bool joined = 3;</code>
- setName() : $this
- Generated from protobuf field <code>string name = 2;</code>
Properties
$id
Generated from protobuf field <code>string id = 1;</code>
protected
mixed
$id
= ''
$joined
Generated from protobuf field <code>bool joined = 3;</code>
protected
mixed
$joined
= false
$name
Generated from protobuf field <code>string name = 2;</code>
protected
mixed
$name
= ''
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 $id @type string $name @type bool $joined}
getId()
Generated from protobuf field <code>string id = 1;</code>
public
getId() : string
Return values
stringgetJoined()
Generated from protobuf field <code>bool joined = 3;</code>
public
getJoined() : bool
Return values
boolgetName()
Generated from protobuf field <code>string name = 2;</code>
public
getName() : string
Return values
stringsetId()
Generated from protobuf field <code>string id = 1;</code>
public
setId(string $var) : $this
Parameters
- $var : string
Return values
$thissetJoined()
Generated from protobuf field <code>bool joined = 3;</code>
public
setJoined(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetName()
Generated from protobuf field <code>string name = 2;</code>
public
setName(string $var) : $this
Parameters
- $var : string