com.xensource.xenapi
public class EventBatch extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Set<Event.Record> |
events
The events returned by Event.from().
|
java.lang.String |
token
A token that can be used in subsequent calls of Event.from().
|
java.lang.Object |
validRefCounts
The number of valid objects of all types in the database.
|
Constructor and Description |
---|
EventBatch() |
public java.util.Set<Event.Record> events
public java.lang.Object validRefCounts
public java.lang.String token