RoomArtifactFileInfo
extends Message
in package
FileInfo contains details about a generated file artifact.
Generated from protobuf message plugnmeet.RoomArtifactFileInfo
Table of Contents
Properties
- $file_path : mixed
- Generated from protobuf field <code>string file_path = 1;</code>
- $file_size : mixed
- Generated from protobuf field <code>int64 file_size = 2;</code>
- $mime_type : mixed
- Generated from protobuf field <code>string mime_type = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getFilePath() : string
- Generated from protobuf field <code>string file_path = 1;</code>
- getFileSize() : int|string
- Generated from protobuf field <code>int64 file_size = 2;</code>
- getMimeType() : string
- Generated from protobuf field <code>string mime_type = 3;</code>
- setFilePath() : $this
- Generated from protobuf field <code>string file_path = 1;</code>
- setFileSize() : $this
- Generated from protobuf field <code>int64 file_size = 2;</code>
- setMimeType() : $this
- Generated from protobuf field <code>string mime_type = 3;</code>
Properties
$file_path
Generated from protobuf field <code>string file_path = 1;</code>
protected
mixed
$file_path
= ''
$file_size
Generated from protobuf field <code>int64 file_size = 2;</code>
protected
mixed
$file_size
= 0
$mime_type
Generated from protobuf field <code>string mime_type = 3;</code>
protected
mixed
$mime_type
= ''
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 $file_path @type int|string $file_size @type string $mime_type}
getFilePath()
Generated from protobuf field <code>string file_path = 1;</code>
public
getFilePath() : string
Return values
stringgetFileSize()
Generated from protobuf field <code>int64 file_size = 2;</code>
public
getFileSize() : int|string
Return values
int|stringgetMimeType()
Generated from protobuf field <code>string mime_type = 3;</code>
public
getMimeType() : string
Return values
stringsetFilePath()
Generated from protobuf field <code>string file_path = 1;</code>
public
setFilePath(string $var) : $this
Parameters
- $var : string
Return values
$thissetFileSize()
Generated from protobuf field <code>int64 file_size = 2;</code>
public
setFileSize(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetMimeType()
Generated from protobuf field <code>string mime_type = 3;</code>
public
setMimeType(string $var) : $this
Parameters
- $var : string