public static class Event.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.String |
clazz
The name of the class of the object that changed
|
java.lang.Long |
id
An ID, monotonically increasing, and local to the current session
|
java.lang.String |
objUuid
The uuid of the object that changed
|
Types.EventOperation |
operation
The operation that was performed
|
java.lang.String |
ref
A reference to the object that changed
|
java.lang.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)
|
java.util.Date |
timestamp
The time at which the event occurred
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a event.Record to a Map
|
java.lang.String |
toString() |
public java.lang.Long id
public java.util.Date timestamp
public java.lang.String clazz
public Types.EventOperation operation
public java.lang.String ref
public java.lang.String objUuid
public java.lang.Object snapshot
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record