Package com.streamlayer.sports.baseball
Interface BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics,BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics.Builder
- Enclosing class:
- BaseballPlayByPlayStatistics
public static interface BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPlayId()sequencejava.lang.StringgetPlayText()pbpDetails.playTextcom.google.protobuf.ByteStringgetPlayTextBytes()pbpDetails.playTextintgetScoreAway()pbpDetails.scoreAfterintgetScoreHome()pbpDetails.scoreAfterbooleangetScoring()pbpDetails.scoring flag for define event that changed the score
-
-
-
Method Detail
-
getScoreHome
int getScoreHome()
pbpDetails.scoreAfter
int32 score_home = 1 [json_name = "scoreHome"];- Returns:
- The scoreHome.
-
getScoreAway
int getScoreAway()
pbpDetails.scoreAfter
int32 score_away = 2 [json_name = "scoreAway"];- Returns:
- The scoreAway.
-
getPlayText
java.lang.String getPlayText()
pbpDetails.playText
string play_text = 3 [json_name = "playText"];- Returns:
- The playText.
-
getPlayTextBytes
com.google.protobuf.ByteString getPlayTextBytes()
pbpDetails.playText
string play_text = 3 [json_name = "playText"];- Returns:
- The bytes for playText.
-
getScoring
boolean getScoring()
pbpDetails.scoring flag for define event that changed the score
bool scoring = 4 [json_name = "scoring"];- Returns:
- The scoring.
-
getPlayId
int getPlayId()
sequence
int32 play_id = 7 [json_name = "playId"];- Returns:
- The playId.
-
-