Class GetBatchEventsForArchivingStatusResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-07:00")
    public class GetBatchEventsForArchivingStatusResponse
    extends CdpResponse
    Response from getting the status of creating batches of audit events to be archived.
    • Constructor Detail

      • GetBatchEventsForArchivingStatusResponse

        public GetBatchEventsForArchivingStatusResponse()
    • Method Detail

      • getStatus

        public String getStatus()
        Getter for status. The task status.
      • setStatus

        public void setStatus​(String status)
        Setter for status. The task status.
      • getEventBatches

        public List<ArchiveBatch> getEventBatches()
        Getter for eventBatches. The details about the created batches, if the task completed successfully.
      • setEventBatches

        public void setEventBatches​(List<ArchiveBatch> eventBatches)
        Setter for eventBatches. The details about the created batches, if the task completed successfully.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object