Class Event
java.lang.Object
org.eblocker.server.common.data.events.Event
An event is something that occurred and that might be of interest to
the user
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanjava.time.InstantgetType()inthashCode()voidsetEventDetails(Map<String, String> details) voidsetTimestamp(java.time.Instant now) voidtoString()
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getType
-
setType
-
getTimestamp
public java.time.Instant getTimestamp() -
setTimestamp
public void setTimestamp(java.time.Instant now) -
getEventDetails
-
setEventDetails
-
hashCode
public int hashCode() -
equals
-
toString
-