Package com.streamlayer.sports.baseball
Interface BaseballPlayByPlayStatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BaseballPlayByPlayStatistics,BaseballPlayByPlayStatistics.Builder
public interface BaseballPlayByPlayStatisticsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsgetDetail(int index)repeated .streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics detail = 4 [json_name = "detail"];intgetDetailCount()repeated .streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics detail = 4 [json_name = "detail"];java.util.List<BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics>getDetailList()repeated .streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics detail = 4 [json_name = "detail"];intgetErrors()int32 errors = 7 [json_name = "errors"];intgetHits()int32 hits = 6 [json_name = "hits"];java.lang.StringgetInning()matched to inningTextcom.google.protobuf.ByteStringgetInningBytes()matched to inningTextjava.lang.StringgetPlayText()MISMATCHED!!!!com.google.protobuf.ByteStringgetPlayTextBytes()MISMATCHED!!!!intgetRuns()it is linescoreEventTeamgetTeam().streamlayer.sports.EventTeam team = 1 [json_name = "team"];booleanhasTeam().streamlayer.sports.EventTeam team = 1 [json_name = "team"];
-
-
-
Method Detail
-
hasTeam
boolean hasTeam()
.streamlayer.sports.EventTeam team = 1 [json_name = "team"];- Returns:
- Whether the team field is set.
-
getTeam
EventTeam getTeam()
.streamlayer.sports.EventTeam team = 1 [json_name = "team"];- Returns:
- The team.
-
getInning
java.lang.String getInning()
matched to inningText
string inning = 2 [json_name = "inning"];- Returns:
- The inning.
-
getInningBytes
com.google.protobuf.ByteString getInningBytes()
matched to inningText
string inning = 2 [json_name = "inning"];- Returns:
- The bytes for inning.
-
getPlayText
java.lang.String getPlayText()
MISMATCHED!!!!
string play_text = 3 [json_name = "playText"];- Returns:
- The playText.
-
getPlayTextBytes
com.google.protobuf.ByteString getPlayTextBytes()
MISMATCHED!!!!
string play_text = 3 [json_name = "playText"];- Returns:
- The bytes for playText.
-
getDetailList
java.util.List<BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics> getDetailList()
repeated .streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics detail = 4 [json_name = "detail"];
-
getDetail
BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics getDetail(int index)
repeated .streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics detail = 4 [json_name = "detail"];
-
getDetailCount
int getDetailCount()
repeated .streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics detail = 4 [json_name = "detail"];
-
getRuns
int getRuns()
it is linescore
int32 runs = 5 [json_name = "runs"];- Returns:
- The runs.
-
getHits
int getHits()
int32 hits = 6 [json_name = "hits"];- Returns:
- The hits.
-
getErrors
int getErrors()
int32 errors = 7 [json_name = "errors"];- Returns:
- The errors.
-
-