Package com.mypurecloud.sdk.v2.model
Class SocialNumericRange
java.lang.Object
com.mypurecloud.sdk.v2.model.SocialNumericRange
- All Implemented Interfaces:
Serializable
SocialNumericRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneq(BigDecimal eq) Equals tobooleangetEq()getGt()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 tovoidsetEq(BigDecimal eq) voidsetGt(BigDecimal gt) voidsetGte(BigDecimal gte) voidsetLt(BigDecimal lt) voidsetLte(BigDecimal lte) toString()
-
Constructor Details
-
SocialNumericRange
public SocialNumericRange() -
SocialNumericRange
-
-
Method Details
-
eq
Equals to -
getEq
-
setEq
-
gt
Greater than -
getGt
-
setGt
-
gte
Greater than or equal to -
getGte
-
setGte
-
lt
Less than -
getLt
-
setLt
-
lte
Less than or equal to -
getLte
-
setLte
-
equals
-
hashCode
public int hashCode() -
toString
-