Class RequestTypeSummary

java.lang.Object
io.goobi.viewer.model.statistics.usage.RequestTypeSummary

public class RequestTypeSummary extends Object
  • Constructor Details

    • RequestTypeSummary

      public RequestTypeSummary(long totalRequests, long uniqueRequests)
    • RequestTypeSummary

      public RequestTypeSummary(long totalRequests, long uniqueRequests, LocalDate startDate, LocalDate endDate)
      Parameters:
      totalRequests -
      uniqueRequests -
      startDate -
      endDate -
  • Method Details

    • getTotalRequests

      public long getTotalRequests()
      Returns:
      the totalRequests
    • getUniqueRequests

      public long getUniqueRequests()
      Returns:
      the uniqueRequests
    • getStartDate

      public LocalDate getStartDate()
    • getEndDate

      public LocalDate getEndDate()
    • isEmtpy

      public boolean isEmtpy()