Class ArchiveAuditEventsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-07:00")
    public class ArchiveAuditEventsResponse
    extends CdpResponse
    Response from archiving audit events.
    • Constructor Detail

      • ArchiveAuditEventsResponse

        public ArchiveAuditEventsResponse()
    • Method Detail

      • getEventCount

        public Long getEventCount()
        Getter for eventCount. The number of events archived.
      • setEventCount

        public void setEventCount​(Long eventCount)
        Setter for eventCount. The number of events archived.
      • getEventBatches

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

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

        public String getTaskId()
        Getter for taskId. The id representing an asynchronous task.
      • setTaskId

        public void setTaskId​(String taskId)
        Setter for taskId. The id representing an asynchronous task.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object