java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.Batches
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class Batches
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The results of a successful **List Batches** request.
  • Constructor Summary

    Constructors
    Constructor Description
    Batches()  
  • Method Summary

    Modifier and Type Method Description
    List<BatchStatus> getBatches()
    Gets the batches.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Batches

      public Batches()
  • Method Details

    • getBatches

      public List<BatchStatus> getBatches()
      Gets the batches.

      A list of the status of all batch requests.

      Returns:
      the batches