AggregationResultGroupedByPeriod

public final class AggregationResultGroupedByPeriod


Contains an aggregation result within a period slice.

Summary

Public methods

final @NonNull LocalDateTime

end time of the slice.

final @NonNull AggregationResult

contains AggregationResult with metrics included in the request.

final @NonNull LocalDateTime

start time of the slice.

Public methods

getEndTime

Added in 1.1.0-alpha07
public final @NonNull LocalDateTime getEndTime()

end time of the slice.

getResult

Added in 1.1.0-alpha07
public final @NonNull AggregationResult getResult()

contains AggregationResult with metrics included in the request.

getStartTime

Added in 1.1.0-alpha07
public final @NonNull LocalDateTime getStartTime()

start time of the slice.