Package com.mypurecloud.sdk.v2.model
Class AggregationRange
java.lang.Object
com.mypurecloud.sdk.v2.model.AggregationRange
- All Implemented Interfaces:
Serializable
AggregationRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetGte()getLt()gte(BigDecimal gte) Greater than or equal tointhashCode()lt(BigDecimal lt) Less thanvoidsetGte(BigDecimal gte) voidsetLt(BigDecimal lt) toString()
-
Constructor Details
-
AggregationRange
public AggregationRange() -
AggregationRange
-
-
Method Details