Package com.mypurecloud.sdk.v2.model
Class BulkJobTerminateResultsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkJobTerminateResultsResponse
- All Implemented Interfaces:
Serializable
BulkJobTerminateResultsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorCount(Integer errorCount) The number of errors from the bulk operation.errorIndexes(List<Integer> errorIndexes) An index of where the errors are in the listing.inthashCode()results(List<BulkJobTerminateResult> results) A list of the results from the bulk operation.voidsetErrorCount(Integer errorCount) voidsetErrorIndexes(List<Integer> errorIndexes) voidsetResults(List<BulkJobTerminateResult> results) toString()
-
Constructor Details
-
BulkJobTerminateResultsResponse
public BulkJobTerminateResultsResponse() -
BulkJobTerminateResultsResponse
-
-
Method Details
-
results
A list of the results from the bulk operation. -
getResults
-
setResults
-
errorCount
The number of errors from the bulk operation. -
getErrorCount
-
setErrorCount
-
errorIndexes
An index of where the errors are in the listing. -
getErrorIndexes
-
setErrorIndexes
-
equals
-
hashCode
public int hashCode() -
toString
-