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