Package com.mypurecloud.sdk.v2.model
Class BatchDownloadJobStatusResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BatchDownloadJobStatusResult
- All Implemented Interfaces:
Serializable
BatchDownloadJobStatusResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCurrent status of the job. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorCount(Integer errorCount) Current number of error results.expectedResultCount(Integer expectedResultCount) Number of results expected when job is completed, this includes both success and error results.getId()getJobId()inthashCode()JobId returned when job was initially submitted.resultCount(Integer resultCount) Current number of results available, this includes both success and error results.results(List<BatchDownloadJobResult> results) Current set of results for the job.voidsetErrorCount(Integer errorCount) voidsetExpectedResultCount(Integer expectedResultCount) voidvoidsetResultCount(Integer resultCount) voidsetResults(List<BatchDownloadJobResult> results) voidCurrent status of the job.toString()
-
Constructor Details
-
BatchDownloadJobStatusResult
public BatchDownloadJobStatusResult() -
BatchDownloadJobStatusResult
-
-
Method Details
-
getId
-
jobId
JobId returned when job was initially submitted. -
getJobId
-
setJobId
-
expectedResultCount
Number of results expected when job is completed, this includes both success and error results. This number could change as recordings are being discovered and processed. -
getExpectedResultCount
-
setExpectedResultCount
-
resultCount
Current number of results available, this includes both success and error results. -
getResultCount
-
setResultCount
-
errorCount
Current number of error results. -
getErrorCount
-
setErrorCount
-
status
Current status of the job. A job is considered completed when all the submitted requests have been processed and fulfilled. -
getStatus
-
setStatus
-
results
Current set of results for the job. -
getResults
-
setResults
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-