Package io.gs2.stateMachine.model
Class Variable
java.lang.Object
io.gs2.stateMachine.model.Variable
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic VariablefromJson(com.fasterxml.jackson.databind.JsonNode data) getValue()inthashCode()voidsetStateMachineName(String stateMachineName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withStateMachineName(String stateMachineName)
-
Constructor Details
-
Variable
public Variable()
-
-
Method Details