Class AuditEvents

java.lang.Object
com.cloudera.cdp.ml.model.AuditEvents

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

    • AuditEvents

      public AuditEvents()
  • Method Details

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