Package com.streamlayer.sports.soccer
Interface SoccerTeamTopMatchStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerTeamTopMatchStats,SoccerTeamTopMatchStats.Builder
public interface SoccerTeamTopMatchStatsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCornerKicks()int32 corner_kicks = 7 [json_name = "cornerKicks"];intgetFreeKicks()int32 free_kicks = 8 [json_name = "freeKicks"];intgetOffsides()int32 offsides = 5 [json_name = "offsides"];intgetPasses()int32 passes = 4 [json_name = "passes"];doublegetPossession()double possession = 1 [json_name = "possession"];intgetRedCards()int32 red_cards = 9 [json_name = "redCards"];intgetShots()int32 shots = 2 [json_name = "shots"];intgetShotsOnTarget()int32 shots_on_target = 3 [json_name = "shotsOnTarget"];intgetYellowCards()int32 yellow_cards = 6 [json_name = "yellowCards"];
-
-
-
Method Detail
-
getPossession
double getPossession()
double possession = 1 [json_name = "possession"];- Returns:
- The possession.
-
getShots
int getShots()
int32 shots = 2 [json_name = "shots"];- Returns:
- The shots.
-
getShotsOnTarget
int getShotsOnTarget()
int32 shots_on_target = 3 [json_name = "shotsOnTarget"];- Returns:
- The shotsOnTarget.
-
getPasses
int getPasses()
int32 passes = 4 [json_name = "passes"];- Returns:
- The passes.
-
getOffsides
int getOffsides()
int32 offsides = 5 [json_name = "offsides"];- Returns:
- The offsides.
-
getYellowCards
int getYellowCards()
int32 yellow_cards = 6 [json_name = "yellowCards"];- Returns:
- The yellowCards.
-
getCornerKicks
int getCornerKicks()
int32 corner_kicks = 7 [json_name = "cornerKicks"];- Returns:
- The cornerKicks.
-
getFreeKicks
int getFreeKicks()
int32 free_kicks = 8 [json_name = "freeKicks"];- Returns:
- The freeKicks.
-
getRedCards
int getRedCards()
int32 red_cards = 9 [json_name = "redCards"];- Returns:
- The redCards.
-
-