RoomArtifactProviderJobInfo
extends Message
in package
ProviderJobInfo contains details about an asynchronous job sent to a provider.
Generated from protobuf message plugnmeet.RoomArtifactProviderJobInfo
Table of Contents
Properties
- $file_name : mixed
- Generated from protobuf field <code>string file_name = 2;</code>
- $job_id : mixed
- Generated from protobuf field <code>string job_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getFileName() : string
- Generated from protobuf field <code>string file_name = 2;</code>
- getJobId() : string
- Generated from protobuf field <code>string job_id = 1;</code>
- setFileName() : $this
- Generated from protobuf field <code>string file_name = 2;</code>
- setJobId() : $this
- Generated from protobuf field <code>string job_id = 1;</code>
Properties
$file_name
Generated from protobuf field <code>string file_name = 2;</code>
protected
mixed
$file_name
= ''
$job_id
Generated from protobuf field <code>string job_id = 1;</code>
protected
mixed
$job_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 string $job_id @type string $file_name}
getFileName()
Generated from protobuf field <code>string file_name = 2;</code>
public
getFileName() : string
Return values
stringgetJobId()
Generated from protobuf field <code>string job_id = 1;</code>
public
getJobId() : string
Return values
stringsetFileName()
Generated from protobuf field <code>string file_name = 2;</code>
public
setFileName(string $var) : $this
Parameters
- $var : string
Return values
$thissetJobId()
Generated from protobuf field <code>string job_id = 1;</code>
public
setJobId(string $var) : $this
Parameters
- $var : string