Package step.core.timeseries
Class TimeSeriesChartResponse
- java.lang.Object
-
- step.core.timeseries.TimeSeriesChartResponse
-
public class TimeSeriesChartResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description TimeSeriesChartResponse(long start, long end, long interval, List<Bucket[]> matrix, List<BucketAttributes> matrixKeys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEnd()longgetInterval()List<Bucket[]>getMatrix()List<BucketAttributes>getMatrixKeys()longgetStart()
-
-
-
Constructor Detail
-
TimeSeriesChartResponse
public TimeSeriesChartResponse(long start, long end, long interval, List<Bucket[]> matrix, List<BucketAttributes> matrixKeys)
-
-
Method Detail
-
getStart
public long getStart()
-
getInterval
public long getInterval()
-
getEnd
public long getEnd()
-
getMatrixKeys
public List<BucketAttributes> getMatrixKeys()
-
-