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="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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for events.Getter for workspaceCrn.int
hashCode()
void
setEvents
(List<AuditEvent> events) Setter for events.void
setWorkspaceCrn
(String workspaceCrn) Setter for workspaceCrn.toString()
-
Constructor Details
-
AuditEvents
public AuditEvents()
-
-
Method Details
-
getWorkspaceCrn
Getter for workspaceCrn. Workspace crn unique for the set of audit events. -
setWorkspaceCrn
Setter for workspaceCrn. Workspace crn unique for the set of audit events. -
getEvents
Getter for events. AuditEvent belong to the workspace crn. -
setEvents
Setter for events. AuditEvent belong to the workspace crn. -
equals
-
hashCode
public int hashCode() -
toString
-