Package com.mypurecloud.sdk.v2.model
Class PatchOutcome
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchOutcome
- All Implemented Interfaces:
Serializable
PatchOutcome
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociatedValueField(PatchAssociatedValueField associatedValueField) The field from the event indicating the associated value.context(PatchContext context) The context of the outcome.description(String description) A description of the outcome.displayName(String displayName) The display name of the outcome.booleaninthashCode()Whether or not the outcome is active.isPositive(Boolean isPositive) Whether or not the outcome is positive.journey(PatchJourney journey) The pattern of rules defining the filter of the outcome.voidsetAssociatedValueField(PatchAssociatedValueField associatedValueField) voidsetContext(PatchContext context) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetIsActive(Boolean isActive) voidsetIsPositive(Boolean isPositive) voidsetJourney(PatchJourney journey) voidsetVersion(Integer version) toString()The version of the outcome.
-
Constructor Details
-
PatchOutcome
public PatchOutcome() -
PatchOutcome
-
-
Method Details
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-