Class OutcomeRequest

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

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

    • OutcomeRequest

      public OutcomeRequest()
    • OutcomeRequest

      public OutcomeRequest(Boolean initWithEmptyList)
  • Method Details

    • isActive

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

      public Boolean getIsActive()
    • setIsActive

      public void setIsActive(Boolean isActive)
    • displayName

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

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • version

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

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • description

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isPositive

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

      public Boolean getIsPositive()
    • setIsPositive

      public void setIsPositive(Boolean isPositive)
    • context

      public OutcomeRequest context(RequestContext context)
      The context of the outcome.
    • getContext

      public RequestContext getContext()
    • setContext

      public void setContext(RequestContext context)
    • journey

      public OutcomeRequest journey(RequestJourney journey)
      The pattern of rules defining the filter of the outcome.
    • getJourney

      public RequestJourney getJourney()
    • setJourney

      public void setJourney(RequestJourney journey)
    • associatedValueField

      public OutcomeRequest associatedValueField(AssociatedValueField associatedValueField)
      The field from the event indicating the associated value.
    • getAssociatedValueField

      public AssociatedValueField getAssociatedValueField()
    • setAssociatedValueField

      public void setAssociatedValueField(AssociatedValueField 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