Package com.streamlayer.sports.soccer
Interface SoccerPlayerDefenseStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerPlayerDefenseStats,SoccerPlayerDefenseStats.Builder
public interface SoccerPlayerDefenseStatsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAssists()int32 assists = 2 [json_name = "assists"];intgetBlockedShots()int32 blocked_shots = 5 [json_name = "blockedShots"];intgetGoals()int32 goals = 1 [json_name = "goals"];intgetInterceptions()int32 interceptions = 4 [json_name = "interceptions"];intgetTacklesMade()int32 tackles_made = 3 [json_name = "tacklesMade"];
-
-
-
Method Detail
-
getGoals
int getGoals()
int32 goals = 1 [json_name = "goals"];- Returns:
- The goals.
-
getAssists
int getAssists()
int32 assists = 2 [json_name = "assists"];- Returns:
- The assists.
-
getTacklesMade
int getTacklesMade()
int32 tackles_made = 3 [json_name = "tacklesMade"];- Returns:
- The tacklesMade.
-
getInterceptions
int getInterceptions()
int32 interceptions = 4 [json_name = "interceptions"];- Returns:
- The interceptions.
-
getBlockedShots
int getBlockedShots()
int32 blocked_shots = 5 [json_name = "blockedShots"];- Returns:
- The blockedShots.
-
-