Interface SoccerPlayerAttackingStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAssists()
      int32 assists = 2 [json_name = "assists"];
      int getGoals()
      int32 goals = 1 [json_name = "goals"];
      int getPenaltyKickGoals()
      int32 penalty_kick_goals = 5 [json_name = "penaltyKickGoals"];
      int getShots()
      int32 shots = 3 [json_name = "shots"];
      int getShotsOnGoal()
      int32 shots_on_goal = 4 [json_name = "shotsOnGoal"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.