Package com.mypurecloud.sdk.v2.model
Class ObjectiveZone
java.lang.Object
com.mypurecloud.sdk.v2.model.ObjectiveZone
- All Implemented Interfaces:
Serializable
ObjectiveZone
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumdirection typestatic enumzone type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondirectionType(ObjectiveZone.DirectionTypeEnum directionType) direction typebooleangetLabel()inthashCode()labellowerLimitPoints(Integer lowerLimitPoints) lower limit pointslowerLimitValue(Integer lowerLimitValue) lower limit valuevoidsetDirectionType(ObjectiveZone.DirectionTypeEnum directionType) voidvoidsetLowerLimitPoints(Integer lowerLimitPoints) voidsetLowerLimitValue(Integer lowerLimitValue) voidsetUpperLimitPoints(Integer upperLimitPoints) voidsetUpperLimitValue(Integer upperLimitValue) voidsetZoneType(ObjectiveZone.ZoneTypeEnum zoneType) toString()upperLimitPoints(Integer upperLimitPoints) upper limit pointsupperLimitValue(Integer upperLimitValue) upper limit valuezoneType(ObjectiveZone.ZoneTypeEnum zoneType) zone type
-
Constructor Details
-
ObjectiveZone
public ObjectiveZone() -
ObjectiveZone
-
-
Method Details
-
label
label -
getLabel
-
setLabel
-
directionType
direction type -
getDirectionType
-
setDirectionType
-
zoneType
zone type -
getZoneType
-
setZoneType
-
upperLimitPoints
upper limit points -
getUpperLimitPoints
-
setUpperLimitPoints
-
lowerLimitPoints
lower limit points -
getLowerLimitPoints
-
setLowerLimitPoints
-
upperLimitValue
upper limit value -
getUpperLimitValue
-
setUpperLimitValue
-
lowerLimitValue
lower limit value -
getLowerLimitValue
-
setLowerLimitValue
-
equals
-
hashCode
public int hashCode() -
toString
-