Package com.mypurecloud.sdk.v2.model
Class OutcomeAttributionJobStateResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.OutcomeAttributionJobStateResponse
- All Implemented Interfaces:
Serializable
OutcomeAttributionJobStateResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState of job. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(Date createdDate) Date when the job was created.booleangetId()getState()inthashCode()percentFailedThreshold(Integer percentFailedThreshold) Optional percent failed threshold for validation errors; if reached will halt the job.resultsUri(String resultsUri) URI where the query results can be retrieved.voidsetCreatedDate(Date createdDate) voidsetPercentFailedThreshold(Integer percentFailedThreshold) voidsetResultsUri(String resultsUri) voidState of job.toString()
-
Constructor Details
-
OutcomeAttributionJobStateResponse
public OutcomeAttributionJobStateResponse() -
OutcomeAttributionJobStateResponse
-
-
Method Details
-
getId
-
state
State of job. -
getState
-
setState
-
resultsUri
URI where the query results can be retrieved. Populated when job has reached a terminal state, i.e. no longer Running. -
getResultsUri
-
setResultsUri
-
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
-
getSelfUri
-
createdDate
Date when the job was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreatedDate
-
setCreatedDate
-
equals
-
hashCode
public int hashCode() -
toString
-