Package com.cloudera.cdp.ml.model
Class AuditEvents
java.lang.Object
com.cloudera.cdp.ml.model.AuditEvents
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class AuditEvents
extends Object
AuditEvents contains all the audit events for a given workbench crn.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for events.Getter for workspaceCrn.inthashCode()voidsetEvents(List<AuditEvent> events) Setter for events.voidsetWorkspaceCrn(String workspaceCrn) Setter for workspaceCrn.toString()
-
Constructor Details
-
AuditEvents
public AuditEvents()
-
-
Method Details
-
getWorkspaceCrn
Getter for workspaceCrn. workbench crn unique for the set of audit events. -
setWorkspaceCrn
Setter for workspaceCrn. workbench crn unique for the set of audit events. -
getEvents
Getter for events. AuditEvent belong to the workbench crn. -
setEvents
Setter for events. AuditEvent belong to the workbench crn. -
equals
-
hashCode
public int hashCode() -
toString
-