Class UsageStatisticsInformation

java.lang.Object
io.goobi.viewer.api.rest.model.statistics.usage.UsageStatisticsInformation

public class UsageStatisticsInformation extends Object
Metadata describing a usage statistics query, including the reporting period (start and end date) and an optional Solr filter query string used to restrict the statistics data.
  • Constructor Details

    • UsageStatisticsInformation

      public UsageStatisticsInformation(String startDate, String endDate, String query)
      Parameters:
      startDate - the start date of the statistics period
      endDate - the end date of the statistics period
      query - optional filter query string
  • Method Details

    • getStartDate

      public String getStartDate()
    • getEndDate

      public String getEndDate()
    • getDateString

      public String getDateString()
    • getQuery

      public String getQuery()