PlaybackResponse
extends Message
in package
Generated from protobuf message <code>replay.PlaybackResponse</code>
Table of Contents
Properties
- $playback_id : mixed
- Generated from protobuf field <code>string playback_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getPlaybackId() : string
- Generated from protobuf field <code>string playback_id = 1;</code>
- setPlaybackId() : $this
- Generated from protobuf field <code>string playback_id = 1;</code>
Properties
$playback_id
Generated from protobuf field <code>string playback_id = 1;</code>
protected
mixed
$playback_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 $playback_id}
getPlaybackId()
Generated from protobuf field <code>string playback_id = 1;</code>
public
getPlaybackId() : string
Return values
stringsetPlaybackId()
Generated from protobuf field <code>string playback_id = 1;</code>
public
setPlaybackId(string $var) : $this
Parameters
- $var : string