Class StatisticListResponse

java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.StatisticListResponse
All Implemented Interfaces:
RESTMessage, RESTResponse

public class StatisticListResponse extends BaseResponse
Represents a response containing a list of statistics.
  • Constructor Details

    • StatisticListResponse

      public StatisticListResponse(StatisticDTO[] statistics)
      Constructor for StatisticsListResponse.
      Parameters:
      statistics - Array of StatisticDTO objects representing the statistics.
    • StatisticListResponse

      public StatisticListResponse()
      Default constructor for StatisticsListResponse (used by Jackson deserializer).
  • Method Details