Class TimeSeriesAPIResponse


  • public class TimeSeriesAPIResponse
    extends Object
    • 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()
      • getMatrixKeys

        public List<step.core.timeseries.BucketAttributes> getMatrixKeys()