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="2023-09-27T13:27:52.511-07:00") public class AuditEvents extends Object
AuditEvents contains all the audit events for a given workspace crn.
-
-
Constructor Summary
Constructors Constructor Description AuditEvents()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<AuditEvent>
getEvents()
Getter for events.String
getWorkspaceCrn()
Getter for workspaceCrn.int
hashCode()
void
setEvents(List<AuditEvent> events)
Setter for events.void
setWorkspaceCrn(String workspaceCrn)
Setter for workspaceCrn.String
toString()
-
-
-
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.
-
-