public class Config extends Object implements io.gs2.model.IModel, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
key
名前
|
protected String |
value
値
|
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
名前を取得
|
String |
getValue()
値を取得
|
void |
setKey(String key)
名前を設定
|
void |
setValue(String value)
値を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
Config |
withKey(String key)
名前を設定
|
Config |
withValue(String value)
値を設定
|
public String getKey()
public void setKey(String key)
key - 名前public String getValue()
public void setValue(String value)
value - 値public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.