Class GetAuditEventsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class GetAuditEventsResponse
    extends CdpResponse
    GetAuditEventsResponse containes all the audit events for a given workspace crn.
    • Constructor Detail

      • GetAuditEventsResponse

        public GetAuditEventsResponse()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object