@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2022-06-17T10:50:06.330-07:00") public class AuditEvents extends Object
Constructor and Description |
---|
AuditEvents() |
Modifier and Type | Method and 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() |
public String getWorkspaceCrn()
public void setWorkspaceCrn(String workspaceCrn)
public List<AuditEvent> getEvents()
public void setEvents(List<AuditEvent> events)
Copyright © 2022. All rights reserved.