Class MaxLength

java.lang.Object
com.mypurecloud.sdk.v2.model.MaxLength
All Implemented Interfaces:
Serializable

public class MaxLength extends Object implements Serializable
MaxLength
See Also:
  • Constructor Details

    • MaxLength

      public MaxLength()
    • MaxLength

      public MaxLength(Boolean initWithEmptyList)
  • Method Details

    • min

      public MaxLength min(Long 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

      public Long getMin()
    • setMin

      public void setMin(Long min)
    • max

      public MaxLength max(Long 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

      public Long getMax()
    • setMax

      public void setMax(Long max)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object