public class AuditAction extends Object implements Serializable
Constructor and Description |
---|
AuditAction(String typeId,
String action,
String displayName)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAction()
Gets the audit action identifier.
|
String |
getDisplayName()
Gets the audit action display name.
|
String |
getTypeId()
Gets the type identifier that is associated with the audit action.
|
int |
hashCode() |
String |
toString() |
public AuditAction(String typeId, String action, String displayName)
typeId
- the type identifier that is associated with the audit action.action
- the audit action identifier.displayName
- the audit action display name.public String getTypeId()
public String getAction()
public String getDisplayName()
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>