Class Warning

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

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

    • Warning

      public Warning()
    • Warning

      public Warning(Boolean initWithEmptyList)
  • Method Details

    • value

      public Warning value(Integer value)
      The value for the warning configuration.
    • getValue

      public Integer getValue()
    • setValue

      public void setValue(Integer value)
    • rangeType

      public Warning rangeType(Warning.RangeTypeEnum rangeType)
      The range type for the warning configuration.
    • getRangeType

      public Warning.RangeTypeEnum getRangeType()
    • setRangeType

      public void setRangeType(Warning.RangeTypeEnum rangeType)
    • color

      public Warning color(String color)
      The color for the warning configuration in RGB hexadecimal format (for example \"#FF0000\" represents red).
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • 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