Package com.mypurecloud.sdk.v2.model
Class AggregationResultEntry
java.lang.Object
com.mypurecloud.sdk.v2.model.AggregationResultEntry
- All Implemented Interfaces:
Serializable
AggregationResultEntry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()getGte()getLt()getValue()gte(BigDecimal gte) For numericRange aggregationsinthashCode()lt(BigDecimal lt) For numericRange aggregationsvoidvoidsetGte(BigDecimal gte) voidsetLt(BigDecimal lt) voidtoString()For termFrequency aggregations
-
Constructor Details
-
AggregationResultEntry
public AggregationResultEntry() -
AggregationResultEntry
-
-
Method Details
-
count
-
getCount
-
setCount
-
value
For termFrequency aggregations -
getValue
-
setValue
-
gte
For numericRange aggregations -
getGte
-
setGte
-
lt
For numericRange aggregations -
getLt
-
setLt
-
equals
-
hashCode
public int hashCode() -
toString
-