|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.Event.Record
public static class Event.Record
Represents all the fields in a Event
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Event.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a event.Record to a Map |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Long id
public Date timestamp
public String clazz
public Types.EventOperation operation
public String ref
public String objUuid
public Object snapshot
| Constructor Detail |
|---|
public Event.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Map<String,Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||