RecordingInfoFile
extends Message
in package
Generated from protobuf message <code>plugnmeet.RecordingInfoFile</code>
Table of Contents
Properties
- $creation_time : mixed
- Generated from protobuf field <code>int64 creation_time = 11;</code>
- $file_path : mixed
- Generated from protobuf field <code>string file_path = 9;</code>
- $file_size : mixed
- Generated from protobuf field <code>float file_size = 10;</code>
- $recorder_id : mixed
- Generated from protobuf field <code>string recorder_id = 8;</code>
- $recording_id : mixed
- Generated from protobuf field <code>string recording_id = 7;</code>
- $room_creation_time : mixed
- Generated from protobuf field <code>int64 room_creation_time = 5;</code>
- $room_ended : mixed
- Generated from protobuf field <code>int64 room_ended = 6;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 2;</code>
- $room_sid : mixed
- Generated from protobuf field <code>string room_sid = 4;</code>
- $room_table_id : mixed
- Generated from protobuf field <code>int64 room_table_id = 1;</code>
- $room_title : mixed
- Generated from protobuf field <code>string room_title = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getCreationTime() : int|string
- Generated from protobuf field <code>int64 creation_time = 11;</code>
- getFilePath() : string
- Generated from protobuf field <code>string file_path = 9;</code>
- getFileSize() : float
- Generated from protobuf field <code>float file_size = 10;</code>
- getRecorderId() : string
- Generated from protobuf field <code>string recorder_id = 8;</code>
- getRecordingId() : string
- Generated from protobuf field <code>string recording_id = 7;</code>
- getRoomCreationTime() : int|string
- Generated from protobuf field <code>int64 room_creation_time = 5;</code>
- getRoomEnded() : int|string
- Generated from protobuf field <code>int64 room_ended = 6;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 2;</code>
- getRoomSid() : string
- Generated from protobuf field <code>string room_sid = 4;</code>
- getRoomTableId() : int|string
- Generated from protobuf field <code>int64 room_table_id = 1;</code>
- getRoomTitle() : string
- Generated from protobuf field <code>string room_title = 3;</code>
- setCreationTime() : $this
- Generated from protobuf field <code>int64 creation_time = 11;</code>
- setFilePath() : $this
- Generated from protobuf field <code>string file_path = 9;</code>
- setFileSize() : $this
- Generated from protobuf field <code>float file_size = 10;</code>
- setRecorderId() : $this
- Generated from protobuf field <code>string recorder_id = 8;</code>
- setRecordingId() : $this
- Generated from protobuf field <code>string recording_id = 7;</code>
- setRoomCreationTime() : $this
- Generated from protobuf field <code>int64 room_creation_time = 5;</code>
- setRoomEnded() : $this
- Generated from protobuf field <code>int64 room_ended = 6;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 2;</code>
- setRoomSid() : $this
- Generated from protobuf field <code>string room_sid = 4;</code>
- setRoomTableId() : $this
- Generated from protobuf field <code>int64 room_table_id = 1;</code>
- setRoomTitle() : $this
- Generated from protobuf field <code>string room_title = 3;</code>
Properties
$creation_time
Generated from protobuf field <code>int64 creation_time = 11;</code>
protected
mixed
$creation_time
= 0
$file_path
Generated from protobuf field <code>string file_path = 9;</code>
protected
mixed
$file_path
= ''
$file_size
Generated from protobuf field <code>float file_size = 10;</code>
protected
mixed
$file_size
= 0.0
$recorder_id
Generated from protobuf field <code>string recorder_id = 8;</code>
protected
mixed
$recorder_id
= ''
$recording_id
Generated from protobuf field <code>string recording_id = 7;</code>
protected
mixed
$recording_id
= ''
$room_creation_time
Generated from protobuf field <code>int64 room_creation_time = 5;</code>
protected
mixed
$room_creation_time
= 0
$room_ended
Generated from protobuf field <code>int64 room_ended = 6;</code>
protected
mixed
$room_ended
= 0
$room_id
Generated from protobuf field <code>string room_id = 2;</code>
protected
mixed
$room_id
= ''
$room_sid
Generated from protobuf field <code>string room_sid = 4;</code>
protected
mixed
$room_sid
= ''
$room_table_id
Generated from protobuf field <code>int64 room_table_id = 1;</code>
protected
mixed
$room_table_id
= 0
$room_title
Generated from protobuf field <code>string room_title = 3;</code>
protected
mixed
$room_title
= ''
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|string $room_table_id @type string $room_id @type string $room_title @type string $room_sid @type int|string $room_creation_time @type int|string $room_ended @type string $recording_id @type string $recorder_id @type string $file_path @type float $file_size @type int|string $creation_time}
getCreationTime()
Generated from protobuf field <code>int64 creation_time = 11;</code>
public
getCreationTime() : int|string
Return values
int|stringgetFilePath()
Generated from protobuf field <code>string file_path = 9;</code>
public
getFilePath() : string
Return values
stringgetFileSize()
Generated from protobuf field <code>float file_size = 10;</code>
public
getFileSize() : float
Return values
floatgetRecorderId()
Generated from protobuf field <code>string recorder_id = 8;</code>
public
getRecorderId() : string
Return values
stringgetRecordingId()
Generated from protobuf field <code>string recording_id = 7;</code>
public
getRecordingId() : string
Return values
stringgetRoomCreationTime()
Generated from protobuf field <code>int64 room_creation_time = 5;</code>
public
getRoomCreationTime() : int|string
Return values
int|stringgetRoomEnded()
Generated from protobuf field <code>int64 room_ended = 6;</code>
public
getRoomEnded() : int|string
Return values
int|stringgetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
getRoomId() : string
Return values
stringgetRoomSid()
Generated from protobuf field <code>string room_sid = 4;</code>
public
getRoomSid() : string
Return values
stringgetRoomTableId()
Generated from protobuf field <code>int64 room_table_id = 1;</code>
public
getRoomTableId() : int|string
Return values
int|stringgetRoomTitle()
Generated from protobuf field <code>string room_title = 3;</code>
public
getRoomTitle() : string
Return values
stringsetCreationTime()
Generated from protobuf field <code>int64 creation_time = 11;</code>
public
setCreationTime(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetFilePath()
Generated from protobuf field <code>string file_path = 9;</code>
public
setFilePath(string $var) : $this
Parameters
- $var : string
Return values
$thissetFileSize()
Generated from protobuf field <code>float file_size = 10;</code>
public
setFileSize(float $var) : $this
Parameters
- $var : float
Return values
$thissetRecorderId()
Generated from protobuf field <code>string recorder_id = 8;</code>
public
setRecorderId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRecordingId()
Generated from protobuf field <code>string recording_id = 7;</code>
public
setRecordingId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomCreationTime()
Generated from protobuf field <code>int64 room_creation_time = 5;</code>
public
setRoomCreationTime(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetRoomEnded()
Generated from protobuf field <code>int64 room_ended = 6;</code>
public
setRoomEnded(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomSid()
Generated from protobuf field <code>string room_sid = 4;</code>
public
setRoomSid(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomTableId()
Generated from protobuf field <code>int64 room_table_id = 1;</code>
public
setRoomTableId(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetRoomTitle()
Generated from protobuf field <code>string room_title = 3;</code>
public
setRoomTitle(string $var) : $this
Parameters
- $var : string