public class WithdrawFromWalletRequest extends io.gs2.control.Gs2UserRequest<WithdrawFromWalletRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
WithdrawFromWalletRequest.Constant |
| Constructor and Description |
|---|
WithdrawFromWalletRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
コンテキストを取得
|
String |
getGoldName()
ゴールドの名前を取得
|
String |
getGoldPoolName()
ゴールドプールの名前を取得
|
Long |
getValue()
減算量を取得
|
void |
setContext(String context)
コンテキストを設定
|
void |
setGoldName(String goldName)
ゴールドの名前を設定
|
void |
setGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
void |
setValue(Long value)
減算量を設定
|
WithdrawFromWalletRequest |
withContext(String context)
コンテキストを設定
|
WithdrawFromWalletRequest |
withGoldName(String goldName)
ゴールドの名前を設定
|
WithdrawFromWalletRequest |
withGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
WithdrawFromWalletRequest |
withValue(Long value)
減算量を設定
|
getAccessToken, setAccessToken, withAccessTokenpublic String getGoldPoolName()
public void setGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public WithdrawFromWalletRequest withGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public String getGoldName()
public void setGoldName(String goldName)
goldName - ゴールドの名前public WithdrawFromWalletRequest withGoldName(String goldName)
goldName - ゴールドの名前public Long getValue()
public void setValue(Long value)
value - 減算量public WithdrawFromWalletRequest withValue(Long value)
value - 減算量public String getContext()
public void setContext(String context)
context - コンテキストpublic WithdrawFromWalletRequest withContext(String context)
context - コンテキストCopyright © 2016 Game Server Services, Inc. AllRights Reserved.