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