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