Package org.oxerr.stubhub.client.model
Class BulkProcessingResultSummaryResponse
java.lang.Object
org.oxerr.stubhub.client.model.BulkProcessingResultSummaryResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCompleted(List<BulkProcessingResult> completed) voidsetFailed(List<BulkProcessingResult> failed) voidsetFinished(Boolean finished) voidsetQueued(List<BulkProcessingResult> queued) voidsetSuccessful(Boolean successful) voidsetTotalCount(Long totalCount)
-
Constructor Details
-
BulkProcessingResultSummaryResponse
public BulkProcessingResultSummaryResponse()
-
-
Method Details
-
getTotalCount
-
setTotalCount
-
getFinished
-
setFinished
-
getSuccessful
-
setSuccessful
-
getQueued
-
setQueued
-
getCompleted
-
setCompleted
-
getFailed
-
setFailed
-