Documentation

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

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
string

getJobId()

Generated from protobuf field <code>string job_id = 1;</code>

public getJobId() : string
Return values
string

setFileName()

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

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

setJobId()

Generated from protobuf field <code>string job_id = 1;</code>

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

        
On this page

Search results