ExternalDisplayLinkReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.ExternalDisplayLinkReq</code>
Table of Contents
Properties
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 4;</code>
- $task : mixed
- Generated from protobuf field <code>.plugnmeet.ExternalDisplayLinkTask task = 1;</code>
- $url : mixed
- Generated from protobuf field <code>optional string url = 2;</code>
- $user_id : mixed
- Generated from protobuf field <code>string user_id = 5;</code>
Methods
- __construct() : mixed
- Constructor.
- clearUrl() : mixed
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 4;</code>
- getTask() : int
- Generated from protobuf field <code>.plugnmeet.ExternalDisplayLinkTask task = 1;</code>
- getUrl() : string
- Generated from protobuf field <code>optional string url = 2;</code>
- getUserId() : string
- Generated from protobuf field <code>string user_id = 5;</code>
- hasUrl() : mixed
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 4;</code>
- setTask() : $this
- Generated from protobuf field <code>.plugnmeet.ExternalDisplayLinkTask task = 1;</code>
- setUrl() : $this
- Generated from protobuf field <code>optional string url = 2;</code>
- setUserId() : $this
- Generated from protobuf field <code>string user_id = 5;</code>
Properties
$room_id
Generated from protobuf field <code>string room_id = 4;</code>
protected
mixed
$room_id
= ''
$task
Generated from protobuf field <code>.plugnmeet.ExternalDisplayLinkTask task = 1;</code>
protected
mixed
$task
= 0
$url
Generated from protobuf field <code>optional string url = 2;</code>
protected
mixed
$url
= null
$user_id
Generated from protobuf field <code>string user_id = 5;</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 $url @type string $room_id @type string $user_id}
clearUrl()
public
clearUrl() : mixed
getRoomId()
Generated from protobuf field <code>string room_id = 4;</code>
public
getRoomId() : string
Return values
stringgetTask()
Generated from protobuf field <code>.plugnmeet.ExternalDisplayLinkTask task = 1;</code>
public
getTask() : int
Return values
intgetUrl()
Generated from protobuf field <code>optional string url = 2;</code>
public
getUrl() : string
Return values
stringgetUserId()
Generated from protobuf field <code>string user_id = 5;</code>
public
getUserId() : string
Return values
stringhasUrl()
public
hasUrl() : mixed
setRoomId()
Generated from protobuf field <code>string room_id = 4;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetTask()
Generated from protobuf field <code>.plugnmeet.ExternalDisplayLinkTask task = 1;</code>
public
setTask(int $var) : $this
Parameters
- $var : int
Return values
$thissetUrl()
Generated from protobuf field <code>optional string url = 2;</code>
public
setUrl(string $var) : $this
Parameters
- $var : string
Return values
$thissetUserId()
Generated from protobuf field <code>string user_id = 5;</code>
public
setUserId(string $var) : $this
Parameters
- $var : string