public interface AuditEntry
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProps()
Returns unmodifiable map with key-value pairs, properties of the audit entry
|
long |
getTimestamp()
Returns an epoch of this audit entry.
|
long |
getUid()
Returns unique Id of the audit entry.
|
java.util.Map<java.lang.String,java.lang.Object> getProps()
long getTimestamp()
long getUid()