Class ListEventsInArchiveBatchResponse

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:36.751-07:00") public class ListEventsInArchiveBatchResponse extends CdpResponse
Response from listing events contained in a single archive batch.
  • Constructor Details Link icon

    • ListEventsInArchiveBatchResponse Link icon

      public ListEventsInArchiveBatchResponse()
  • Method Details Link icon

    • getAuditEvents Link icon

      public List<CdpAuditEvent> getAuditEvents()
      Getter for auditEvents. The audit events in the archive batch.
    • setAuditEvents Link icon

      public void setAuditEvents(List<CdpAuditEvent> auditEvents)
      Setter for auditEvents. The audit events in the archive batch.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object