Package com.mypurecloud.sdk.v2.model
Class Warning
java.lang.Object
com.mypurecloud.sdk.v2.model.Warning
- All Implemented Interfaces:
Serializable
Warning
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe range type for the warning configuration. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe color for the warning configuration in RGB hexadecimal format (for example \"#FF0000\" represents red).booleangetColor()getValue()inthashCode()rangeType(Warning.RangeTypeEnum rangeType) The range type for the warning configuration.voidvoidsetRangeType(Warning.RangeTypeEnum rangeType) voidtoString()The value for the warning configuration.
-
Constructor Details
-
Warning
public Warning() -
Warning
-
-
Method Details
-
value
The value for the warning configuration. -
getValue
-
setValue
-
rangeType
The range type for the warning configuration. -
getRangeType
-
setRangeType
-
color
The color for the warning configuration in RGB hexadecimal format (for example \"#FF0000\" represents red). -
getColor
-
setColor
-
equals
-
hashCode
public int hashCode() -
toString
-