Package com.streamlayer.sports.soccer
Interface SoccerMatchScoreOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerMatchScore,SoccerMatchScore.Builder
public interface SoccerMatchScoreOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEventId()uint64 event_id = 1 [json_name = "eventId"];java.lang.StringgetLiveUrl()string live_url = 4 [json_name = "liveUrl"];com.google.protobuf.ByteStringgetLiveUrlBytes()string live_url = 4 [json_name = "liveUrl"];doublegetMil()double mil = 2 [json_name = "mil"];java.lang.StringgetRound()string round = 3 [json_name = "round"];com.google.protobuf.ByteStringgetRoundBytes()string round = 3 [json_name = "round"];
-
-
-
Method Detail
-
getEventId
long getEventId()
uint64 event_id = 1 [json_name = "eventId"];- Returns:
- The eventId.
-
getMil
double getMil()
double mil = 2 [json_name = "mil"];- Returns:
- The mil.
-
getRound
java.lang.String getRound()
string round = 3 [json_name = "round"];- Returns:
- The round.
-
getRoundBytes
com.google.protobuf.ByteString getRoundBytes()
string round = 3 [json_name = "round"];- Returns:
- The bytes for round.
-
getLiveUrl
java.lang.String getLiveUrl()
string live_url = 4 [json_name = "liveUrl"];- Returns:
- The liveUrl.
-
getLiveUrlBytes
com.google.protobuf.ByteString getLiveUrlBytes()
string live_url = 4 [json_name = "liveUrl"];- Returns:
- The bytes for liveUrl.
-
-