Package io.gs2.stateMachine.model
Class Event
java.lang.Object
io.gs2.stateMachine.model.Event
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic EventfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetChangeStateEvent(ChangeStateEvent changeStateEvent) voidsetEmitEvent(EmitEvent emitEvent) voidsetEventType(String eventType) com.fasterxml.jackson.databind.JsonNodetoJson()withChangeStateEvent(ChangeStateEvent changeStateEvent) withEmitEvent(EmitEvent emitEvent) withEventType(String eventType)
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getEventType
-
setEventType
-
withEventType
-
getChangeStateEvent
-
setChangeStateEvent
-
withChangeStateEvent
-
getEmitEvent
-
setEmitEvent
-
withEmitEvent
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-