Package com.mypurecloud.sdk.v2.model
Class NumericRange
java.lang.Object
com.mypurecloud.sdk.v2.model.NumericRange
- All Implemented Interfaces:
Serializable
NumericRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetGt()getGte()getLt()getLte()gt(BigDecimal gt) Greater thangte(BigDecimal gte) Greater than or equal tointhashCode()lt(BigDecimal lt) Less thanlte(BigDecimal lte) Less than or equal tovoidsetGt(BigDecimal gt) voidsetGte(BigDecimal gte) voidsetLt(BigDecimal lt) voidsetLte(BigDecimal lte) toString()
-
Constructor Details
-
NumericRange
public NumericRange() -
NumericRange
-
-
Method Details