Class GetAuditEventsResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class GetAuditEventsResponse extends CdpResponse
GetAuditEventsResponse containes all the audit events for a given workspace crn.
  • Constructor Details

    • GetAuditEventsResponse

      public GetAuditEventsResponse()
  • Method Details

    • getAuditEvents

      public AuditEvents getAuditEvents()
      Getter for auditEvents. Contains all the audit events for a given workspace crn.
    • setAuditEvents

      public void setAuditEvents(AuditEvents auditEvents)
      Setter for auditEvents. Contains all the audit events for a given workspace crn.
    • 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