Class Variable

java.lang.Object
io.gs2.stateMachine.model.Variable
All Implemented Interfaces:
IModel, Serializable

public class Variable extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • Variable

      public Variable()
  • Method Details

    • getStateMachineName

      public String getStateMachineName()
    • setStateMachineName

      public void setStateMachineName(String stateMachineName)
    • withStateMachineName

      public Variable withStateMachineName(String stateMachineName)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • withValue

      public Variable withValue(String value)
    • fromJson

      public static Variable fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object