public class AuditEntry extends Object implements Serializable
Constructor and Description |
---|
AuditEntry(String identifier,
Date timestamp,
String userId,
String action,
String sourceType,
String sourceIdentifier,
String sourceName,
String sourceLocation)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Get the action performed
|
String |
getIdentifier()
Get the identifier value for this entry
|
String |
getSourceIdentifier()
Get the identifier of the object that was acted upon
|
String |
getSourceLocation()
Get the location of the object that was acted upon
|
String |
getSourceName()
Get the name of the object that was acted upon
|
String |
getSourceType()
Get the type of object that was acted upon
|
Date |
getTimestamp()
Get the date and time in which the action was performed
|
String |
getUserId()
Get the userId of the user who performed the action
|
String |
toString()
Return a string representation of the object.
|
public AuditEntry(String identifier, Date timestamp, String userId, String action, String sourceType, String sourceIdentifier, String sourceName, String sourceLocation)
identifier
- The identifier value for this entrytimestamp
- The date and time in which the action was performeduserId
- The userId of the user who performed the actionaction
- The action performedsourceType
- The type of object that was acted uponsourceIdentifier
- The identifier of the object that was acted uponsourceName
- The name of the object that was acted uponsourceLocation
- The location of the object that was acted uponpublic String getIdentifier()
public String getUserId()
public String getSourceType()
public String getSourceIdentifier()
public String getSourceLocation()
public String getSourceName()
public String getAction()
public Date getTimestamp()
public String toString()
toString
in class Object
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA