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