Interface BasketballTeamSummaryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAssists()
      int32 assists = 4 [json_name = "assists"];
      double getFieldGoalPercentage()
      double field_goal_percentage = 1 [json_name = "fieldGoalPercentage"];
      double getFreeThrowPercentage()
      double free_throw_percentage = 3 [json_name = "freeThrowPercentage"];
      int getRebounds()
      int32 rebounds = 5 [json_name = "rebounds"];
      double getThreePtsPercentage()
      double three_pts_percentage = 2 [json_name = "threePtsPercentage"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getFieldGoalPercentage

        double getFieldGoalPercentage()
        double field_goal_percentage = 1 [json_name = "fieldGoalPercentage"];
        Returns:
        The fieldGoalPercentage.
      • getThreePtsPercentage

        double getThreePtsPercentage()
        double three_pts_percentage = 2 [json_name = "threePtsPercentage"];
        Returns:
        The threePtsPercentage.
      • getFreeThrowPercentage

        double getFreeThrowPercentage()
        double free_throw_percentage = 3 [json_name = "freeThrowPercentage"];
        Returns:
        The freeThrowPercentage.
      • getAssists

        int getAssists()
        int32 assists = 4 [json_name = "assists"];
        Returns:
        The assists.
      • getRebounds

        int getRebounds()
        int32 rebounds = 5 [json_name = "rebounds"];
        Returns:
        The rebounds.