Package step.plugins.timeseries.api
Class BucketResponseBuilder
java.lang.Object
step.plugins.timeseries.api.BucketResponseBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAttributes(step.core.timeseries.bucket.BucketAttributes attributes) withBegin(long begin) withCount(long count) withMax(long max) withMin(long min) withPclValues(Map<Integer, Long> withPclValues) withSum(long sum) withThroughputPerHour(long throughputPerHour)
-
Constructor Details
-
BucketResponseBuilder
public BucketResponseBuilder()
-
-
Method Details
-
withBegin
-
withAttributes
public BucketResponseBuilder withAttributes(step.core.timeseries.bucket.BucketAttributes attributes) -
withCount
-
withSum
-
withMin
-
withMax
-
withPclValues
-
withThroughputPerHour
-
build
-