public static class DataStructureInterface.TreeResponseInterval
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
events
For standard events key is a string value of
DataStructureInterface.StandardEvents. |
| Constructor and Description |
|---|
TreeResponseInterval() |
public java.util.Map<java.lang.String,java.lang.Object> events
DataStructureInterface.StandardEvents.
Value is a tree response of a corresponding type (for standard
events see DataStructureInterface.StandardEvents)
For custom generated events with aggregation, key is string value of event non aggregated (value) class GeneratedEventInfo.valueClass,
and value will be an object of GeneratedEventInfo.aggregationClass