WorkerPing
extends Message
in package
Generated from protobuf message <code>livekit.WorkerPing</code>
Table of Contents
Properties
- $timestamp : mixed
- Generated from protobuf field <code>int64 timestamp = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getTimestamp() : int|string
- Generated from protobuf field <code>int64 timestamp = 1;</code>
- setTimestamp() : $this
- Generated from protobuf field <code>int64 timestamp = 1;</code>
Properties
$timestamp
Generated from protobuf field <code>int64 timestamp = 1;</code>
protected
mixed
$timestamp
= 0
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 $timestamp}
getTimestamp()
Generated from protobuf field <code>int64 timestamp = 1;</code>
public
getTimestamp() : int|string
Return values
int|stringsetTimestamp()
Generated from protobuf field <code>int64 timestamp = 1;</code>
public
setTimestamp(int|string $var) : $this
Parameters
- $var : int|string