ReplayInfo
extends Message
in package
Generated from protobuf message <code>replay.ReplayInfo</code>
Table of Contents
Properties
- $duration : mixed
- Generated from protobuf field <code>int64 duration = 4;</code>
- $replay_id : mixed
- Generated from protobuf field <code>string replay_id = 1;</code>
- $room_name : mixed
- Generated from protobuf field <code>string room_name = 2;</code>
- $start_time : mixed
- Generated from protobuf field <code>int64 start_time = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getDuration() : int|string
- Generated from protobuf field <code>int64 duration = 4;</code>
- getReplayId() : string
- Generated from protobuf field <code>string replay_id = 1;</code>
- getRoomName() : string
- Generated from protobuf field <code>string room_name = 2;</code>
- getStartTime() : int|string
- Generated from protobuf field <code>int64 start_time = 3;</code>
- setDuration() : $this
- Generated from protobuf field <code>int64 duration = 4;</code>
- setReplayId() : $this
- Generated from protobuf field <code>string replay_id = 1;</code>
- setRoomName() : $this
- Generated from protobuf field <code>string room_name = 2;</code>
- setStartTime() : $this
- Generated from protobuf field <code>int64 start_time = 3;</code>
Properties
$duration
Generated from protobuf field <code>int64 duration = 4;</code>
protected
mixed
$duration
= 0
$replay_id
Generated from protobuf field <code>string replay_id = 1;</code>
protected
mixed
$replay_id
= ''
$room_name
Generated from protobuf field <code>string room_name = 2;</code>
protected
mixed
$room_name
= ''
$start_time
Generated from protobuf field <code>int64 start_time = 3;</code>
protected
mixed
$start_time
= 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 string $replay_id @type string $room_name @type int|string $start_time @type int|string $duration}
getDuration()
Generated from protobuf field <code>int64 duration = 4;</code>
public
getDuration() : int|string
Return values
int|stringgetReplayId()
Generated from protobuf field <code>string replay_id = 1;</code>
public
getReplayId() : string
Return values
stringgetRoomName()
Generated from protobuf field <code>string room_name = 2;</code>
public
getRoomName() : string
Return values
stringgetStartTime()
Generated from protobuf field <code>int64 start_time = 3;</code>
public
getStartTime() : int|string
Return values
int|stringsetDuration()
Generated from protobuf field <code>int64 duration = 4;</code>
public
setDuration(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetReplayId()
Generated from protobuf field <code>string replay_id = 1;</code>
public
setReplayId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomName()
Generated from protobuf field <code>string room_name = 2;</code>
public
setRoomName(string $var) : $this
Parameters
- $var : string
Return values
$thissetStartTime()
Generated from protobuf field <code>int64 start_time = 3;</code>
public
setStartTime(int|string $var) : $this
Parameters
- $var : int|string