Package com.streamlayer.sports.soccer
Interface SoccerTeamDefenseStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerTeamDefenseStats,SoccerTeamDefenseStats.Builder
public interface SoccerTeamDefenseStatsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBlockedShots()int32 blocked_shots = 3 [json_name = "blockedShots"];intgetClearances()int32 clearances = 4 [json_name = "clearances"];intgetDuelsWon()int32 duels_won = 5 [json_name = "duelsWon"];intgetInterceptions()int32 interceptions = 2 [json_name = "interceptions"];intgetTacklesMade()int32 tackles_made = 1 [json_name = "tacklesMade"];
-
-
-
Method Detail
-
getTacklesMade
int getTacklesMade()
int32 tackles_made = 1 [json_name = "tacklesMade"];- Returns:
- The tacklesMade.
-
getInterceptions
int getInterceptions()
int32 interceptions = 2 [json_name = "interceptions"];- Returns:
- The interceptions.
-
getBlockedShots
int getBlockedShots()
int32 blocked_shots = 3 [json_name = "blockedShots"];- Returns:
- The blockedShots.
-
getClearances
int getClearances()
int32 clearances = 4 [json_name = "clearances"];- Returns:
- The clearances.
-
getDuelsWon
int getDuelsWon()
int32 duels_won = 5 [json_name = "duelsWon"];- Returns:
- The duelsWon.
-
-