Class PatchOutcome

java.lang.Object
com.mypurecloud.sdk.v2.model.PatchOutcome
All Implemented Interfaces:
Serializable

public class PatchOutcome extends Object implements Serializable
PatchOutcome
See Also:
  • Constructor Details

    • PatchOutcome

      public PatchOutcome()
    • PatchOutcome

      public PatchOutcome(Boolean initWithEmptyList)
  • Method Details

    • isActive

      public PatchOutcome isActive(Boolean isActive)
      Whether or not the outcome is active.
    • getIsActive

      public Boolean getIsActive()
    • setIsActive

      public void setIsActive(Boolean isActive)
    • displayName

      public PatchOutcome displayName(String displayName)
      The display name of the outcome.
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • version

      public PatchOutcome version(Integer version)
      The version of the outcome.
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • description

      public PatchOutcome description(String description)
      A description of the outcome.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isPositive

      public PatchOutcome isPositive(Boolean isPositive)
      Whether or not the outcome is positive.
    • getIsPositive

      public Boolean getIsPositive()
    • setIsPositive

      public void setIsPositive(Boolean isPositive)
    • context

      public PatchOutcome context(PatchContext context)
      The context of the outcome.
    • getContext

      public PatchContext getContext()
    • setContext

      public void setContext(PatchContext context)
    • journey

      public PatchOutcome journey(PatchJourney journey)
      The pattern of rules defining the filter of the outcome.
    • getJourney

      public PatchJourney getJourney()
    • setJourney

      public void setJourney(PatchJourney journey)
    • associatedValueField

      public PatchOutcome associatedValueField(PatchAssociatedValueField associatedValueField)
      The field from the event indicating the associated value.
    • getAssociatedValueField

      public PatchAssociatedValueField getAssociatedValueField()
    • setAssociatedValueField

      public void setAssociatedValueField(PatchAssociatedValueField associatedValueField)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object