Class Config

java.lang.Object
io.gs2.showcase.model.Config
All Implemented Interfaces:
IModel, Serializable

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

    • Config

      public Config()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • withKey

      public Config withKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • withValue

      public Config withValue(String value)
    • fromJson

      public static Config 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