@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2022-06-17T10:50:06.330-07:00") public class AuditEvent extends Object
Constructor and Description |
---|
AuditEvent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAction()
Getter for action.
|
ZonedDateTime |
getCreatedDate()
Getter for createdDate.
|
String |
getRequestID()
Getter for requestID.
|
String |
getUserCrn()
Getter for userCrn.
|
String |
getWorkspaceCrn()
Getter for workspaceCrn.
|
int |
hashCode() |
void |
setAction(String action)
Setter for action.
|
void |
setCreatedDate(ZonedDateTime createdDate)
Setter for createdDate.
|
void |
setRequestID(String requestID)
Setter for requestID.
|
void |
setUserCrn(String userCrn)
Setter for userCrn.
|
void |
setWorkspaceCrn(String workspaceCrn)
Setter for workspaceCrn.
|
String |
toString() |
public String getWorkspaceCrn()
public void setWorkspaceCrn(String workspaceCrn)
public String getUserCrn()
public void setUserCrn(String userCrn)
public String getRequestID()
public void setRequestID(String requestID)
public String getAction()
public void setAction(String action)
public ZonedDateTime getCreatedDate()
public void setCreatedDate(ZonedDateTime createdDate)
Copyright © 2022. All rights reserved.