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()
EventOf
public java.time.Instant getTime()
EventOf
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object