Class ListOutstandingArchiveBatchesResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.audit.model.ListOutstandingArchiveBatchesResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.499-07:00") public class ListOutstandingArchiveBatchesResponse extends CdpResponse
The response from listing outstanding archive batches.
  • Constructor Details

    • ListOutstandingArchiveBatchesResponse

      public ListOutstandingArchiveBatchesResponse()
  • Method Details

    • getEventBatches

      public List<ArchiveBatch> getEventBatches()
      Getter for eventBatches. The details about the outstanding batches of events.
    • setEventBatches

      public void setEventBatches(List<ArchiveBatch> eventBatches)
      Setter for eventBatches. The details about the outstanding batches of events.
    • getNextPageToken

      public String getNextPageToken()
      Getter for nextPageToken. The page token for requesting the next page of results.
    • setNextPageToken

      public void setNextPageToken(String nextPageToken)
      Setter for nextPageToken. The page token for requesting the next page of results.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object