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