public class DocCounts
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
DocCounts() |
Modifier and Type | Method and Description |
---|---|
Long |
getFailed()
Gets the failed.
|
Long |
getPending()
Gets the pending.
|
Long |
getSuccessful()
Gets the successful.
|
Long |
getTotal()
Gets the total.
|
public Long getTotal()
Total number of documents.
public Long getPending()
Number of pending documents.
public Long getSuccessful()
Number of documents successfully processed.
public Long getFailed()
Number of documents not successfully processed.
Copyright © 2021 IBM Cloud. All rights reserved.