|
||||||||
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 |
com.xensource.xenapi.Types.EventOperation |
operation
The operation that was performed |
String |
ref
A reference to the object that changed |
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 com.xensource.xenapi.Types.EventOperation operation
public String ref
public String objUuid
Constructor Detail |
---|
public Event.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public 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 |