public class Config extends Object implements IModel, Serializable
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Config |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
void |
setKey(String key) |
void |
setValue(String value) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Config |
withKey(String key) |
Config |
withValue(String value) |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public static Config fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.