Interface SoccerPlayerDefenseStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAssists()
      int32 assists = 2 [json_name = "assists"];
      int getBlockedShots()
      int32 blocked_shots = 5 [json_name = "blockedShots"];
      int getGoals()
      int32 goals = 1 [json_name = "goals"];
      int getInterceptions()
      int32 interceptions = 4 [json_name = "interceptions"];
      int getTacklesMade()
      int32 tackles_made = 3 [json_name = "tacklesMade"];
      • 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.
      • 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.