public class BaseEvent extends BaseEntity implements Event
Event| Constructor and Description |
|---|
BaseEvent()
Deprecated.
|
BaseEvent(Event event)
Copy constructor
|
BaseEvent(String id)
Deprecated.
|
BaseEvent(String id,
long timestamp)
Deprecated.
|
BaseEvent(String type,
String id)
New event with ID.
|
BaseEvent(String type,
String id,
long timestamp)
New store entry with ID and a timestamp
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getTimestamp() |
int |
hashCode() |
String |
toString() |
getId, getTypecontainsKey, get, getAll, getTuples, keys, put, putAll, remove, remove, removeAll, removeAll, sizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, get, getAll, getTuples, keys, put, putAll, remove, remove, removeAll, removeAll, sizegetId@Deprecated public BaseEvent()
public BaseEvent(String type, String id)
@Deprecated public BaseEvent(String id)
public BaseEvent(String type, String id, long timestamp)
@Deprecated public BaseEvent(String id, long timestamp)
public BaseEvent(Event event)
public long getTimestamp()
getTimestamp in interface Temporalpublic boolean equals(Object o)
equals in class BaseEntitypublic int hashCode()
hashCode in class BaseEntitypublic String toString()
toString in class BaseEntityCopyright © 2017 Calrissian. All rights reserved.