Package com.mypurecloud.sdk.v2.model
Class MaxLength
java.lang.Object
com.mypurecloud.sdk.v2.model.MaxLength
- All Implemented Interfaces:
Serializable
MaxLength
- 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 largest string the field can contain for a schema instance.A non-negative integer for a text-based schema field denoting the minimum largest length string the field can contain for a schema instance.voidvoidtoString()
-
Constructor Details
-
MaxLength
public MaxLength() -
MaxLength
-
-
Method Details
-
min
A non-negative integer for a text-based schema field denoting the minimum largest length string the field can contain for a schema instance. -
getMin
-
setMin
-
max
A non-negative integer for a text-based schema field denoting the maximum largest string the field can contain for a schema instance. -
getMax
-
setMax
-
equals
-
hashCode
public int hashCode() -
toString
-