public class AuditEntry extends BaseBean
Constructor and Description |
---|
AuditEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBefore() |
Date |
getDate() |
List<String> |
getInputs() |
AuditLoggerName |
getLogger() |
String |
getOutput() |
String |
getThrowable() |
String |
getWho() |
int |
hashCode() |
void |
setBefore(String before) |
void |
setDate(Date date) |
void |
setLogger(AuditLoggerName logger) |
void |
setOutput(String output) |
void |
setThrowable(String throwable) |
void |
setWho(String who) |
public String getWho()
public void setWho(String who)
public Date getDate()
public void setDate(Date date)
public AuditLoggerName getLogger()
public void setLogger(AuditLoggerName logger)
public String getBefore()
public void setBefore(String before)
public String getOutput()
public void setOutput(String output)
public String getThrowable()
public void setThrowable(String throwable)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.