public static class Event.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
String |
clazz
The name of the class of the object that changed
|
Long |
id
An ID, monotonically increasing, and local to the current session
|
String |
objUuid
The uuid of the object that changed
|
Types.EventOperation |
operation
The operation that was performed
|
String |
ref
A reference to the object that changed
|
Object |
snapshot
The record of the database object that was added, changed or deleted
(the actual type will be VM.Record, VBD.Record or similar)
|
Date |
timestamp
The time at which the event occurred
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a event.Record to a Map
|
String |
toString() |
public Long id
public Date timestamp
public String clazz
public Types.EventOperation operation
public String ref
public String objUuid
public Object snapshot