Package com.mypurecloud.sdk.v2.model
Class OutcomeAchievement
java.lang.Object
com.mypurecloud.sdk.v2.model.OutcomeAchievement
- All Implemented Interfaces:
Serializable
OutcomeAchievement
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionachievedDate(Date achievedDate) Timestamp indicating when the outcome was achieved.booleaninthashCode()outcome(AchievedOutcome outcome) The outcome that was achieved.voidsetAchievedDate(Date achievedDate) voidsetOutcome(AchievedOutcome outcome) toString()
-
Constructor Details
-
OutcomeAchievement
public OutcomeAchievement() -
OutcomeAchievement
-
-
Method Details
-
outcome
The outcome that was achieved. -
getOutcome
-
setOutcome
-
achievedDate
Timestamp indicating when the outcome was achieved. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getAchievedDate
-
setAchievedDate
-
equals
-
hashCode
public int hashCode() -
toString
-