Package com.mypurecloud.sdk.v2.model
Class EvaluationSearchAggregationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.EvaluationSearchAggregationResponse
- All Implemented Interfaces:
Serializable
EvaluationSearchAggregationResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAverage valuebuckets(List<EvaluationSearchAggregationBucket> buckets) List of aggregation bucketsCount of documentsdocumentCountErrorUpperBound(Long documentCountErrorUpperBound) Upper bound estimate of the error in document count for this aggregationbooleangetCount()getSum()getValue()inthashCode()Maximum valueMinimum valuevoidsetAverage(Double average) voidsetBuckets(List<EvaluationSearchAggregationBucket> buckets) voidvoidsetDocumentCountErrorUpperBound(Long documentCountErrorUpperBound) voidsetMaximum(Double maximum) voidsetMinimum(Double minimum) voidvoidsetSumOtherDocumentCount(Long sumOtherDocumentCount) voidTotal SumsumOtherDocumentCount(Long sumOtherDocumentCount) Total document count for buckets not included in the response due to size limitstoString()Simple aggregation value (for SUM, COUNT, AVERAGE, etc.)
-
Constructor Details
-
EvaluationSearchAggregationResponse
public EvaluationSearchAggregationResponse() -
EvaluationSearchAggregationResponse
-
-
Method Details
-
value
Simple aggregation value (for SUM, COUNT, AVERAGE, etc.) -
getValue
-
setValue
-
count
Count of documents -
getCount
-
setCount
-
minimum
Minimum value -
getMinimum
-
setMinimum
-
maximum
Maximum value -
getMaximum
-
setMaximum
-
average
Average value -
getAverage
-
setAverage
-
sum
Total Sum -
getSum
-
setSum
-
documentCountErrorUpperBound
public EvaluationSearchAggregationResponse documentCountErrorUpperBound(Long documentCountErrorUpperBound) Upper bound estimate of the error in document count for this aggregation -
getDocumentCountErrorUpperBound
-
setDocumentCountErrorUpperBound
-
sumOtherDocumentCount
Total document count for buckets not included in the response due to size limits -
getSumOtherDocumentCount
-
setSumOtherDocumentCount
-
buckets
List of aggregation buckets -
getBuckets
-
setBuckets
-
equals
-
hashCode
public int hashCode() -
toString
-