Class UsageStatisticsInformation
java.lang.Object
io.goobi.viewer.api.rest.model.statistics.usage.UsageStatisticsInformation
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
UsageStatisticsInformation
- Parameters:
startDate- the start date of the statistics periodendDate- the end date of the statistics periodquery- optional filter query string
-
-
Method Details
-
getStartDate
-
getEndDate
-
getDateString
-
getQuery
-