-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface CloudReplay.ReplayInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetReplayId()string replay_id = 1;abstract ByteStringgetReplayIdBytes()string replay_id = 1;abstract StringgetRoomName()string room_name = 2;abstract ByteStringgetRoomNameBytes()string room_name = 2;abstract longgetStartTime()int64 start_time = 3;abstract longgetDuration()int64 duration = 4;-
-
Method Detail
-
getReplayId
abstract String getReplayId()
string replay_id = 1;
-
getReplayIdBytes
abstract ByteString getReplayIdBytes()
string replay_id = 1;
-
getRoomName
abstract String getRoomName()
string room_name = 2;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
string room_name = 2;
-
getStartTime
abstract long getStartTime()
int64 start_time = 3;
-
getDuration
abstract long getDuration()
int64 duration = 4;
-
-
-
-