Package com.mypurecloud.sdk.v2.model
Class OutcomeAttributionListing
java.lang.Object
com.mypurecloud.sdk.v2.model.OutcomeAttributionListing
- All Implemented Interfaces:
Serializable
OutcomeAttributionListing
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentities(List<OutcomeAttributionRequest> entities) booleaninthashCode()percentFailedThreshold(Integer percentFailedThreshold) Optional percent failed threshold for validation errors; if reached will halt the job.voidsetEntities(List<OutcomeAttributionRequest> entities) voidsetPercentFailedThreshold(Integer percentFailedThreshold) toString()
-
Constructor Details
-
OutcomeAttributionListing
public OutcomeAttributionListing() -
OutcomeAttributionListing
-
-
Method Details
-
entities
-
getEntities
-
setEntities
-
percentFailedThreshold
Optional percent failed threshold for validation errors; if reached will halt the job. Default is 5 percent, allowed values 0 to 100. -
getPercentFailedThreshold
-
setPercentFailedThreshold
-
equals
-
hashCode
public int hashCode() -
toString
-