Class DocCounts
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.DocCounts
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DocCounts
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Document counts.
-
Constructor Summary
Constructors Constructor Description DocCounts()
-
Method Summary
Modifier and Type Method Description Long
getFailed()
Gets the failed.Long
getPending()
Gets the pending.Long
getSuccessful()
Gets the successful.Long
getTotal()
Gets the total.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DocCounts
public DocCounts()
-
-
Method Details
-
getTotal
Gets the total.Total number of documents.
- Returns:
- the total
-
getPending
Gets the pending.Number of pending documents.
- Returns:
- the pending
-
getSuccessful
Gets the successful.Number of documents successfully processed.
- Returns:
- the successful
-
getFailed
Gets the failed.Number of documents not successfully processed.
- Returns:
- the failed
-