public class EventInformation extends Object implements Serializable
| Constructor and Description |
|---|
EventInformation(String id,
long sourceTimestamp,
long entryTimestamp,
Map<String,org.eclipse.scada.core.Variant> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.eclipse.scada.core.Variant> |
getAttributes() |
long |
getEntryTimestamp() |
String |
getId() |
long |
getSourceTimestamp() |
String |
toString() |