Package com.mypurecloud.sdk.v2.model
Class EvaluationSearchAggregationBucket
java.lang.Object
com.mypurecloud.sdk.v2.model.EvaluationSearchAggregationBucket
- All Implemented Interfaces:
Serializable
EvaluationSearchAggregationBucket
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAverage value in the aggregationCount of documentsdocumentCount(Long documentCount) Number of documents in this bucketbooleanLower bound for range bucketsgetCount()getFrom()getKey()getSum()getTo()getValue()inthashCode()The key for this bucketkeyAsString(String keyAsString) The key as a string representationNumeric key value for date histogramsMaximum value in the aggregationMinimum value in the aggregationvoidsetAverage(Double average) voidvoidsetDocumentCount(Long documentCount) voidvoidvoidsetKeyAsString(String keyAsString) voidsetKeyValue(Long keyValue) voidsetMaximum(Double maximum) voidsetMinimum(Double minimum) voidsetSubAggregations(Map<String, EvaluationSearchAggregationResponse> subAggregations) voidvoidvoidsubAggregations(Map<String, EvaluationSearchAggregationResponse> subAggregations) Nested sub-aggregationsSum of values in the aggregationUpper bound for range bucketstoString()Simple aggregation value
-
Constructor Details
-
EvaluationSearchAggregationBucket
public EvaluationSearchAggregationBucket() -
EvaluationSearchAggregationBucket
-
-
Method Details
-
key
The key for this bucket -
getKey
-
setKey
-
keyAsString
The key as a string representation -
getKeyAsString
-
setKeyAsString
-
documentCount
Number of documents in this bucket -
getDocumentCount
-
setDocumentCount
-
keyValue
Numeric key value for date histograms -
getKeyValue
-
setKeyValue
-
from
Lower bound for range buckets -
getFrom
-
setFrom
-
to
Upper bound for range buckets -
getTo
-
setTo
-
value
Simple aggregation value -
getValue
-
setValue
-
count
Count of documents -
getCount
-
setCount
-
minimum
Minimum value in the aggregation -
getMinimum
-
setMinimum
-
maximum
Maximum value in the aggregation -
getMaximum
-
setMaximum
-
average
Average value in the aggregation -
getAverage
-
setAverage
-
sum
Sum of values in the aggregation -
getSum
-
setSum
-
subAggregations
public EvaluationSearchAggregationBucket subAggregations(Map<String, EvaluationSearchAggregationResponse> subAggregations) Nested sub-aggregations -
getSubAggregations
-
setSubAggregations
-
equals
-
hashCode
public int hashCode() -
toString
-