Package io.gs2.deploy.model
Class Event
java.lang.Object
io.gs2.deploy.model.Event
- All Implemented Interfaces:
IModel,Serializable,Comparable<Event>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic EventfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getType()inthashCode()voidsetEventAt(Long eventAt) voidsetEventId(String eventId) voidsetMessage(String message) voidvoidsetResourceName(String resourceName) voidsetRevision(Long revision) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withEventAt(Long eventAt) withEventId(String eventId) withMessage(String message) withResourceName(String resourceName) withRevision(Long revision)
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getEventId
-
setEventId
-
withEventId
-
getName
-
setName
-
withName
-
getResourceName
-
setResourceName
-
withResourceName
-
getType
-
setType
-
withType
-
getMessage
-
setMessage
-
withMessage
-
getEventAt
-
setEventAt
-
withEventAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Event>
-
hashCode
public int hashCode() -
equals
-