public class GetGoldRequest extends io.gs2.control.Gs2BasicRequest<GetGoldRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetGoldRequest.Constant |
| Constructor and Description |
|---|
GetGoldRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoldName()
ゴールドの名前を指定します。を取得
|
void |
setGoldName(String goldName)
ゴールドの名前を指定します。を設定
|
GetGoldRequest |
withGoldName(String goldName)
ゴールドの名前を指定します。を設定
|
public String getGoldName()
public void setGoldName(String goldName)
goldName - ゴールドの名前を指定します。public GetGoldRequest withGoldName(String goldName)
goldName - ゴールドの名前を指定します。Copyright © 2016 Game Server Services, Inc. AllRights Reserved.