Constructor and Description |
---|
HistoricalData(String timeWindow,
String start,
String end,
List<StatisticalData> statisticalData) |
Modifier and Type | Method and Description |
---|---|
String |
getEnd() |
String |
getStart() |
List<StatisticalData> |
getStatisticalData() |
String |
getTimeWindow() |
@ConstructorProperties(value={"timeWindow","start","end","statisticalData"}) public HistoricalData(String timeWindow, String start, String end, List<StatisticalData> statisticalData)
timeWindow
- the name of the time windows for which the data is produced.start
- the ISO-8601 format of the start timeend
- the ISO-8601 format of the end timestatisticalData
- a list of StatisticalData
for the intervalpublic String getTimeWindow()
public String getStart()
public String getEnd()
public List<StatisticalData> getStatisticalData()
StatisticalData
which make up this data; never null but possibly empty.Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.