Package com.streamlayer.sports.soccer
Interface SoccerPlayerAttackingStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SoccerPlayerAttackingStats,SoccerPlayerAttackingStats.Builder
public interface SoccerPlayerAttackingStatsOrBuilder 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"];intgetGoals()int32 goals = 1 [json_name = "goals"];intgetPenaltyKickGoals()int32 penalty_kick_goals = 5 [json_name = "penaltyKickGoals"];intgetShots()int32 shots = 3 [json_name = "shots"];intgetShotsOnGoal()int32 shots_on_goal = 4 [json_name = "shotsOnGoal"];
-
-
-
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.
-
getShots
int getShots()
int32 shots = 3 [json_name = "shots"];- Returns:
- The shots.
-
getShotsOnGoal
int getShotsOnGoal()
int32 shots_on_goal = 4 [json_name = "shotsOnGoal"];- Returns:
- The shotsOnGoal.
-
getPenaltyKickGoals
int getPenaltyKickGoals()
int32 penalty_kick_goals = 5 [json_name = "penaltyKickGoals"];- Returns:
- The penaltyKickGoals.
-
-