Documentation

AnalyticsInfo extends Message
in package

Generated from protobuf message <code>plugnmeet.AnalyticsInfo</code>

Table of Contents

Properties

$creation_time  : mixed
Generated from protobuf field <code>int64 creation_time = 5;</code>
$file_id  : mixed
Generated from protobuf field <code>string file_id = 2;</code>
$file_name  : mixed
Generated from protobuf field <code>string file_name = 3;</code>
$file_size  : mixed
Generated from protobuf field <code>double file_size = 4;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 1;</code>

Methods

__construct()  : mixed
Constructor.
getCreationTime()  : int|string
Generated from protobuf field <code>int64 creation_time = 5;</code>
getFileId()  : string
Generated from protobuf field <code>string file_id = 2;</code>
getFileName()  : string
Generated from protobuf field <code>string file_name = 3;</code>
getFileSize()  : float
Generated from protobuf field <code>double file_size = 4;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 1;</code>
setCreationTime()  : $this
Generated from protobuf field <code>int64 creation_time = 5;</code>
setFileId()  : $this
Generated from protobuf field <code>string file_id = 2;</code>
setFileName()  : $this
Generated from protobuf field <code>string file_name = 3;</code>
setFileSize()  : $this
Generated from protobuf field <code>double file_size = 4;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 1;</code>

Properties

$creation_time

Generated from protobuf field <code>int64 creation_time = 5;</code>

protected mixed $creation_time = 0

$file_id

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

protected mixed $file_id = ''

$file_name

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

protected mixed $file_name = ''

$file_size

Generated from protobuf field <code>double file_size = 4;</code>

protected mixed $file_size = 0.0

$room_id

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

protected mixed $room_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 $room_id
@type string $file_id
@type string $file_name
@type float $file_size
@type int|string $creation_time

}

getCreationTime()

Generated from protobuf field <code>int64 creation_time = 5;</code>

public getCreationTime() : int|string
Return values
int|string

getFileId()

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

public getFileId() : string
Return values
string

getFileName()

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

public getFileName() : string
Return values
string

getFileSize()

Generated from protobuf field <code>double file_size = 4;</code>

public getFileSize() : float
Return values
float

getRoomId()

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

public getRoomId() : string
Return values
string

setCreationTime()

Generated from protobuf field <code>int64 creation_time = 5;</code>

public setCreationTime(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setFileId()

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

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

setFileName()

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

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

setFileSize()

Generated from protobuf field <code>double file_size = 4;</code>

public setFileSize(float $var) : $this
Parameters
$var : float
Return values
$this

setRoomId()

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

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

        
On this page

Search results