Class AuditEvents


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

      • AuditEvents

        public AuditEvents()
    • Method Detail

      • getWorkspaceCrn

        public String getWorkspaceCrn()
        Getter for workspaceCrn. Workspace crn unique for the set of audit events.
      • setWorkspaceCrn

        public void setWorkspaceCrn​(String workspaceCrn)
        Setter for workspaceCrn. Workspace crn unique for the set of audit events.
      • getEvents

        public List<AuditEvent> getEvents()
        Getter for events. AuditEvent belong to the workspace crn.
      • setEvents

        public void setEvents​(List<AuditEvent> events)
        Setter for events. AuditEvent belong to the workspace crn.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object