Package com.mypurecloud.sdk.v2.model
Class Outcome
java.lang.Object
com.mypurecloud.sdk.v2.model.Outcome
- All Implemented Interfaces:
Serializable
Outcome
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociatedValueField(AssociatedValueField associatedValueField) The field from the event indicating the associated value.The context of the outcome.createdDate(Date createdDate) Timestamp indicating when the outcome was created.description(String description) A description of the outcome.displayName(String displayName) The display name of the outcome.booleangetId()inthashCode()ID of the outcome.Whether or not the outcome is active.isPositive(Boolean isPositive) Whether or not the outcome is positive.The pattern of rules defining the filter of the outcome.modifiedDate(Date modifiedDate) Timestamp indicating when the outcome was last updated.voidsetAssociatedValueField(AssociatedValueField associatedValueField) voidsetContext(Context context) voidsetCreatedDate(Date createdDate) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidsetIsActive(Boolean isActive) voidsetIsPositive(Boolean isPositive) voidsetJourney(Journey journey) voidsetModifiedDate(Date modifiedDate) voidsetVersion(Integer version) toString()The version of the outcome.
-
Constructor Details
-
Outcome
public Outcome() -
Outcome
-
-
Method Details
-
id
ID of the outcome. -
getId
-
setId
-
isActive
Whether or not the outcome is active. -
getIsActive
-
setIsActive
-
displayName
The display name of the outcome. -
getDisplayName
-
setDisplayName
-
version
The version of the outcome. -
getVersion
-
setVersion
-
description
A description of the outcome. -
getDescription
-
setDescription
-
isPositive
Whether or not the outcome is positive. -
getIsPositive
-
setIsPositive
-
context
The context of the outcome. -
getContext
-
setContext
-
journey
The pattern of rules defining the filter of the outcome. -
getJourney
-
setJourney
-
associatedValueField
The field from the event indicating the associated value. -
getAssociatedValueField
-
setAssociatedValueField
-
getSelfUri
-
createdDate
Timestamp indicating when the outcome was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreatedDate
-
setCreatedDate
-
modifiedDate
Timestamp indicating when the outcome was last updated. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getModifiedDate
-
setModifiedDate
-
equals
-
hashCode
public int hashCode() -
toString
-