Documentation

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

}

getRoomId()

Generated from protobuf field <code>string room_id = 4;</code>

public getRoomId() : string
Return values
string

getTask()

Generated from protobuf field <code>.plugnmeet.ExternalDisplayLinkTask task = 1;</code>

public getTask() : int
Return values
int

getUrl()

Generated from protobuf field <code>optional string url = 2;</code>

public getUrl() : string
Return values
string

getUserId()

Generated from protobuf field <code>string user_id = 5;</code>

public getUserId() : string
Return values
string

setRoomId()

Generated from protobuf field <code>string room_id = 4;</code>

public setRoomId(string $var) : $this
Parameters
$var : string
Return values
$this

setTask()

Generated from protobuf field <code>.plugnmeet.ExternalDisplayLinkTask task = 1;</code>

public setTask(int $var) : $this
Parameters
$var : int
Return values
$this

setUrl()

Generated from protobuf field <code>optional string url = 2;</code>

public setUrl(string $var) : $this
Parameters
$var : string
Return values
$this

setUserId()

Generated from protobuf field <code>string user_id = 5;</code>

public setUserId(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results