Interface SoccerTeamDefenseStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBlockedShots()
      int32 blocked_shots = 3 [json_name = "blockedShots"];
      int getClearances()
      int32 clearances = 4 [json_name = "clearances"];
      int getDuelsWon()
      int32 duels_won = 5 [json_name = "duelsWon"];
      int getInterceptions()
      int32 interceptions = 2 [json_name = "interceptions"];
      int getTacklesMade()
      int32 tackles_made = 1 [json_name = "tacklesMade"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

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