Package org.apache.syncope.common.lib.to
Class AuditEventTO
java.lang.Object
org.apache.syncope.common.lib.to.AuditEventTO
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
getWhen()
getWho()
int
hashCode()
void
void
void
setOpEvent
(OpEvent opEvent) void
void
setThrowable
(String throwable) void
setWhen
(OffsetDateTime when) void
-
Constructor Details
-
AuditEventTO
public AuditEventTO()
-
-
Method Details
-
getKey
-
setKey
-
getOpEvent
-
setOpEvent
-
getWho
-
setWho
-
getWhen
-
setWhen
-
getBefore
-
setBefore
-
getInputs
-
getOutput
-
setOutput
-
getThrowable
-
setThrowable
-
hashCode
public int hashCode() -
equals
-