public class AuditData extends stream.data.DataImpl implements Event
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
TIMESTAMP_KEY |
| Constructor and Description |
|---|
AuditData() |
AuditData(AuditEvent evt) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String variableName)
This method returns the specified aspect for the given event.
|
Long |
getTimestamp()
Returns the time of this event in milliseconds since 1970.
|
EventType |
getType() |
void |
set(String variable,
String value) |
clear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic static final String TIMESTAMP_KEY
public AuditData()
public AuditData(AuditEvent evt)
public Long getTimestamp()
EventgetTimestamp in interface EventEvent.getTimestamp()public final EventType getType()
getType in interface EventEvent.getType()public String get(String variableName)
Eventpublic void set(String variable, String value)
set in interface EventEvent.set(java.lang.String, java.lang.String)Copyright © 2015 jwall.org. All Rights Reserved.