Package com.streamlayer.sports.common
Interface EventTimeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EventTime,EventTime.Builder
public interface EventTimeOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClock()string clock = 1 [json_name = "clock"];com.google.protobuf.ByteStringgetClockBytes()string clock = 1 [json_name = "clock"];intgetPeriod()int32 period = 2 [json_name = "period"];
-
-
-
Method Detail
-
getClock
java.lang.String getClock()
string clock = 1 [json_name = "clock"];- Returns:
- The clock.
-
getClockBytes
com.google.protobuf.ByteString getClockBytes()
string clock = 1 [json_name = "clock"];- Returns:
- The bytes for clock.
-
getPeriod
int getPeriod()
int32 period = 2 [json_name = "period"];- Returns:
- The period.
-
-