Class UsageStatisticsResponse
java.lang.Object
io.goobi.viewer.api.rest.model.statistics.usage.UsageStatisticsResponse
REST response object for usage statistics requests, containing an aggregated summary and a list
of per-date statistics entries that can also be serialized as CSV.
-
Constructor Summary
ConstructorsConstructorDescriptionUsageStatisticsResponse(StatisticsSummary summary, List<StatisticsSummary> values) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
UsageStatisticsResponse
- Parameters:
summary- aggregated summary across all date entriesvalues- list of individual date-based statistics summaries
-
-
Method Details
-
getSummary
-
getValues
-
getAsCsv
-