Package com.streamlayer.sports.common
Interface SoccerEventStatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerEventStatistics,SoccerEventStatistics.Builder
public interface SoccerEventStatisticsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBallPossession()int32 ball_possession = 1 [json_name = "ballPossession"];intgetCornerKicks()int32 corner_kicks = 7 [json_name = "cornerKicks"];intgetFouls()int32 fouls = 3 [json_name = "fouls"];intgetFreeKicks()int32 free_kicks = 5 [json_name = "freeKicks"];intgetGoalKicks()int32 goal_kicks = 4 [json_name = "goalKicks"];intgetOffsides()int32 offsides = 10 [json_name = "offsides"];intgetShotsBlocked()int32 shots_blocked = 11 [json_name = "shotsBlocked"];intgetShotsOffTarget()int32 shots_off_target = 8 [json_name = "shotsOffTarget"];intgetShotsOnTarget()int32 shots_on_target = 6 [json_name = "shotsOnTarget"];intgetShotsSaved()int32 shots_saved = 9 [json_name = "shotsSaved"];intgetThrowIns()int32 throw_ins = 2 [json_name = "throwIns"];intgetYellowCards()int32 yellow_cards = 12 [json_name = "yellowCards"];
-
-
-
Method Detail
-
getBallPossession
int getBallPossession()
int32 ball_possession = 1 [json_name = "ballPossession"];- Returns:
- The ballPossession.
-
getThrowIns
int getThrowIns()
int32 throw_ins = 2 [json_name = "throwIns"];- Returns:
- The throwIns.
-
getFouls
int getFouls()
int32 fouls = 3 [json_name = "fouls"];- Returns:
- The fouls.
-
getGoalKicks
int getGoalKicks()
int32 goal_kicks = 4 [json_name = "goalKicks"];- Returns:
- The goalKicks.
-
getFreeKicks
int getFreeKicks()
int32 free_kicks = 5 [json_name = "freeKicks"];- Returns:
- The freeKicks.
-
getShotsOnTarget
int getShotsOnTarget()
int32 shots_on_target = 6 [json_name = "shotsOnTarget"];- Returns:
- The shotsOnTarget.
-
getCornerKicks
int getCornerKicks()
int32 corner_kicks = 7 [json_name = "cornerKicks"];- Returns:
- The cornerKicks.
-
getShotsOffTarget
int getShotsOffTarget()
int32 shots_off_target = 8 [json_name = "shotsOffTarget"];- Returns:
- The shotsOffTarget.
-
getShotsSaved
int getShotsSaved()
int32 shots_saved = 9 [json_name = "shotsSaved"];- Returns:
- The shotsSaved.
-
getOffsides
int getOffsides()
int32 offsides = 10 [json_name = "offsides"];- Returns:
- The offsides.
-
getShotsBlocked
int getShotsBlocked()
int32 shots_blocked = 11 [json_name = "shotsBlocked"];- Returns:
- The shotsBlocked.
-
getYellowCards
int getYellowCards()
int32 yellow_cards = 12 [json_name = "yellowCards"];- Returns:
- The yellowCards.
-
-