JobAssignment
extends Message
in package
Generated from protobuf message <code>livekit.JobAssignment</code>
Table of Contents
Properties
- $job : mixed
- Generated from protobuf field <code>.livekit.Job job = 1;</code>
- $token : mixed
- Generated from protobuf field <code>string token = 3;</code>
- $url : mixed
- Generated from protobuf field <code>optional string url = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearJob() : mixed
- clearUrl() : mixed
- getJob() : Job|null
- Generated from protobuf field <code>.livekit.Job job = 1;</code>
- getToken() : string
- Generated from protobuf field <code>string token = 3;</code>
- getUrl() : string
- Generated from protobuf field <code>optional string url = 2;</code>
- hasJob() : mixed
- hasUrl() : mixed
- setJob() : $this
- Generated from protobuf field <code>.livekit.Job job = 1;</code>
- setToken() : $this
- Generated from protobuf field <code>string token = 3;</code>
- setUrl() : $this
- Generated from protobuf field <code>optional string url = 2;</code>
Properties
$job
Generated from protobuf field <code>.livekit.Job job = 1;</code>
protected
mixed
$job
= null
$token
Generated from protobuf field <code>string token = 3;</code>
protected
mixed
$token
= ''
$url
Generated from protobuf field <code>optional string url = 2;</code>
protected
mixed
$url
= null
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 \Livekit\Job $job @type string $url @type string $token}
clearJob()
public
clearJob() : mixed
clearUrl()
public
clearUrl() : mixed
getJob()
Generated from protobuf field <code>.livekit.Job job = 1;</code>
public
getJob() : Job|null
Return values
Job|nullgetToken()
Generated from protobuf field <code>string token = 3;</code>
public
getToken() : string
Return values
stringgetUrl()
Generated from protobuf field <code>optional string url = 2;</code>
public
getUrl() : string
Return values
stringhasJob()
public
hasJob() : mixed
hasUrl()
public
hasUrl() : mixed
setJob()
Generated from protobuf field <code>.livekit.Job job = 1;</code>
public
setJob(Job $var) : $this
Parameters
- $var : Job
Return values
$thissetToken()
Generated from protobuf field <code>string token = 3;</code>
public
setToken(string $var) : $this
Parameters
- $var : string
Return values
$thissetUrl()
Generated from protobuf field <code>optional string url = 2;</code>
public
setUrl(string $var) : $this
Parameters
- $var : string