Class OutcomeAttributionAsyncResponse

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

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

    • OutcomeAttributionAsyncResponse

      public OutcomeAttributionAsyncResponse()
    • OutcomeAttributionAsyncResponse

      public OutcomeAttributionAsyncResponse(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • percentFailedThreshold

      public OutcomeAttributionAsyncResponse percentFailedThreshold(Integer percentFailedThreshold)
      Optional percent failed threshold for validation errors; if reached will halt the job. Default is 5 percent, allowed values 0 to 100.
    • getPercentFailedThreshold

      public Integer getPercentFailedThreshold()
    • setPercentFailedThreshold

      public void setPercentFailedThreshold(Integer percentFailedThreshold)
    • getSelfUri

      public String getSelfUri()
    • 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