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 Details

    • DocCounts

      public DocCounts()
  • Method Details

    • getTotal

      public Long getTotal()
      Gets the total.

      Total number of documents.

      Returns:
      the total
    • getPending

      public Long getPending()
      Gets the pending.

      Number of pending documents.

      Returns:
      the pending
    • getSuccessful

      public Long getSuccessful()
      Gets the successful.

      Number of documents successfully processed.

      Returns:
      the successful
    • getFailed

      public Long getFailed()
      Gets the failed.

      Number of documents not successfully processed.

      Returns:
      the failed