Class ListOutstandingArchiveBatchesResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-07:00")
    public class ListOutstandingArchiveBatchesResponse
    extends CdpResponse
    The response from listing outstanding archive batches.
    • Constructor Detail

      • ListOutstandingArchiveBatchesResponse

        public ListOutstandingArchiveBatchesResponse()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object