| Constructor and Description |
|---|
WrapperOf(T event,
java.util.Date date) |
WrapperOf(T event,
java.time.Instant time) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
T |
getOf()
Get the underlying event or trigger.
|
java.time.Instant |
getTime()
Get the UTC time of the event.
|
int |
hashCode() |
java.lang.String |
toString() |
public WrapperOf(T event, java.util.Date date)
public WrapperOf(T event, java.time.Instant time)
public T getOf()
EventOfpublic java.time.Instant getTime()
EventOfpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object