public static interface Statistics.Builder extends SdkPojo, CopyableBuilder<Statistics.Builder,Statistics>
Modifier and Type | Method and Description |
---|---|
Statistics.Builder |
average(Double average)
The average of the aggregated field values.
|
Statistics.Builder |
count(Integer count)
The count of things that match the query.
|
Statistics.Builder |
maximum(Double maximum)
The maximum aggregated field value.
|
Statistics.Builder |
minimum(Double minimum)
The minimum aggregated field value.
|
Statistics.Builder |
stdDeviation(Double stdDeviation)
The standard deviation of the aggregated field values.
|
Statistics.Builder |
sum(Double sum)
The sum of the aggregated field values.
|
Statistics.Builder |
sumOfSquares(Double sumOfSquares)
The sum of the squares of the aggregated field values.
|
Statistics.Builder |
variance(Double variance)
The variance of the aggregated field values.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Statistics.Builder count(Integer count)
The count of things that match the query.
count
- The count of things that match the query.Statistics.Builder average(Double average)
The average of the aggregated field values.
average
- The average of the aggregated field values.Statistics.Builder sum(Double sum)
The sum of the aggregated field values.
sum
- The sum of the aggregated field values.Statistics.Builder minimum(Double minimum)
The minimum aggregated field value.
minimum
- The minimum aggregated field value.Statistics.Builder maximum(Double maximum)
The maximum aggregated field value.
maximum
- The maximum aggregated field value.Statistics.Builder sumOfSquares(Double sumOfSquares)
The sum of the squares of the aggregated field values.
sumOfSquares
- The sum of the squares of the aggregated field values.Statistics.Builder variance(Double variance)
The variance of the aggregated field values.
variance
- The variance of the aggregated field values.Statistics.Builder stdDeviation(Double stdDeviation)
The standard deviation of the aggregated field values.
stdDeviation
- The standard deviation of the aggregated field values.Copyright © 2020. All rights reserved.