Package com.mypurecloud.sdk.v2.model
Class MinLength
java.lang.Object
com.mypurecloud.sdk.v2.model.MinLength
- All Implemented Interfaces:
Serializable
MinLength
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMax()getMin()inthashCode()A non-negative integer for a text-based schema field denoting the maximum smallest length string the field can contain for a schema instance.A non-negative integer for a text-based schema field denoting the minimum smallest length a string field can contain for a schema instance.voidvoidtoString()
-
Constructor Details
-
MinLength
public MinLength() -
MinLength
-
-
Method Details
-
min
A non-negative integer for a text-based schema field denoting the minimum smallest length a string field can contain for a schema instance. -
getMin
-
setMin
-
max
A non-negative integer for a text-based schema field denoting the maximum smallest length string the field can contain for a schema instance. -
getMax
-
setMax
-
equals
-
hashCode
public int hashCode() -
toString
-