public class AuditLogRecord extends Object implements Serializable
| Constructor and Description |
|---|
AuditLogRecord()
Default constructor
|
AuditLogRecord(AuditLogRecord template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getActionDescription()
Return the description of the activity that this log record relates.
|
List<String> |
getAdditionalInformation()
Return any additional information in the audit log record.
|
String |
getExceptionClassName()
Return the name of any exception linked to the audit log record.
|
String |
getExceptionMessage()
Return the name of the message associated with any exception linked to the audit log record.
|
String |
getExceptionStackTrace()
Return the stack trace associated with any exception linked to the audit log record.
|
String |
getGUID()
Return the unique Id of the audit log record.
|
String |
getMessageId()
Return the identifier of the message within the log record.
|
String[] |
getMessageParameters()
Return the array of values that were inserted in the message text.
|
String |
getMessageText()
Return the text of the message within the log record.
|
AuditLogReportingComponent |
getOriginatorComponent()
Return the name of the component that reported the situation recorded in the log record.
|
Map<String,String> |
getOriginatorProperties()
Return details of the originator of the log record.
|
String |
getSeverity()
Return the severity of the situation recorded in the log record.
|
int |
getSeverityCode()
Return the severity of the situation recorded in the log record.
|
String |
getSystemAction()
Return the description of the actions taken by the local server as a result of the reported situation.
|
long |
getThreadId()
Return the identifier of the thread where the situation occurred.
|
String |
getThreadName()
Return the name of the thread where the situation occurred.
|
Date |
getTimeStamp()
Return the time stamp for when the audit log record was created.
|
String |
getUserAction()
Return details of the actions (if any) that a user can take in response to the reported situation.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setActionDescription(String actionDescription)
Set up the description of the activity that this log record relates.
|
void |
setAdditionalInformation(List<String> additionalInformation)
Set up any additional information in the audit log record.
|
void |
setExceptionClassName(String exceptionClassName)
Set up the name of any exception linked to the audit log record.
|
void |
setExceptionMessage(String exceptionMessage)
Set up the name of the message associated with any exception linked to the audit log record.
|
void |
setExceptionStackTrace(String exceptionStackTrace)
Set up the stack trace associated with any exception linked to the audit log record.
|
void |
setGUID(String guid)
Set up the unique Id of the audit log record.
|
void |
setMessageId(String messageId)
Set up the identifier of the message within the log record.
|
void |
setMessageParameters(String[] messageParameters)
Set up the array of values that were inserted in the message text.
|
void |
setMessageText(String messageText)
Set up the text of the message within the log record.
|
void |
setOriginatorComponent(AuditLogReportingComponent originatorComponent)
Set up the name of the component that reported the situation recorded in the log record.
|
void |
setOriginatorProperties(Map<String,String> originatorProperties)
Set up details of the originator of the log record.
|
void |
setSeverity(String severity)
Set up the severity of the situation recorded in the log record.
|
void |
setSeverityCode(int severityCode)
Set up the severity of the situation recorded in the log record.
|
void |
setSystemAction(String systemAction)
Set up the description of the actions taken by the local server as a result of the reported situation.
|
void |
setThreadId(long threadId)
Set up the identifier of the thread where the situation occurred.
|
void |
setThreadName(String threadName)
Set up he name of the thread where the situation occurred.
|
void |
setTimeStamp(Date timeStamp)
Set up the time stamp for when the audit log record was created.
|
void |
setUserAction(String userAction)
Set up details of the actions (if any) that a user can take in response to the reported situation.
|
String |
toString()
Standard toString method.
|
public AuditLogRecord()
public AuditLogRecord(AuditLogRecord template)
template - object to copypublic String getGUID()
public void setGUID(String guid)
guid - String guidpublic Date getTimeStamp()
public void setTimeStamp(Date timeStamp)
timeStamp - Date objectpublic Map<String,String> getOriginatorProperties()
public void setOriginatorProperties(Map<String,String> originatorProperties)
originatorProperties - map of name value pairspublic AuditLogReportingComponent getOriginatorComponent()
public void setOriginatorComponent(AuditLogReportingComponent originatorComponent)
originatorComponent - ComponentDescription objectpublic String getActionDescription()
public void setActionDescription(String actionDescription)
actionDescription - string descriptionpublic long getThreadId()
public void setThreadId(long threadId)
threadId - long idpublic String getThreadName()
public void setThreadName(String threadName)
threadName - string namepublic int getSeverityCode()
public void setSeverityCode(int severityCode)
severityCode - unique id for the severitypublic String getSeverity()
public void setSeverity(String severity)
severity - String severitypublic String getMessageId()
public void setMessageId(String messageId)
messageId - String message idpublic String getMessageText()
public void setMessageText(String messageText)
messageText - String message textpublic String[] getMessageParameters()
public void setMessageParameters(String[] messageParameters)
messageParameters - array of stringspublic List<String> getAdditionalInformation()
public void setAdditionalInformation(List<String> additionalInformation)
additionalInformation - List of String additional informationpublic String getSystemAction()
public void setSystemAction(String systemAction)
systemAction - a description of the actions taken by the system as a result of the error.public String getUserAction()
public void setUserAction(String userAction)
userAction - String instructionspublic String getExceptionClassName()
public void setExceptionClassName(String exceptionClassName)
exceptionClassName - string namepublic String getExceptionMessage()
public void setExceptionMessage(String exceptionMessage)
exceptionMessage - string messagepublic String getExceptionStackTrace()
public void setExceptionStackTrace(String exceptionStackTrace)
exceptionStackTrace - string stack tracepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.