public class WithdrawFromWalletByUserIdRequest extends io.gs2.control.Gs2BasicRequest<WithdrawFromWalletByUserIdRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
WithdrawFromWalletByUserIdRequest.Constant |
| Constructor and Description |
|---|
WithdrawFromWalletByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
コンテキストを取得
|
String |
getGoldName()
ゴールドの名前を取得
|
String |
getGoldPoolName()
ゴールドプールの名前を取得
|
String |
getUserId()
ウォレット所有者のユーザIDを取得
|
Long |
getValue()
減算量を取得
|
void |
setContext(String context)
コンテキストを設定
|
void |
setGoldName(String goldName)
ゴールドの名前を設定
|
void |
setGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
void |
setUserId(String userId)
ウォレット所有者のユーザIDを設定
|
void |
setValue(Long value)
減算量を設定
|
WithdrawFromWalletByUserIdRequest |
withContext(String context)
コンテキストを設定
|
WithdrawFromWalletByUserIdRequest |
withGoldName(String goldName)
ゴールドの名前を設定
|
WithdrawFromWalletByUserIdRequest |
withGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
WithdrawFromWalletByUserIdRequest |
withUserId(String userId)
ウォレット所有者のユーザIDを設定
|
WithdrawFromWalletByUserIdRequest |
withValue(Long value)
減算量を設定
|
public String getGoldPoolName()
public void setGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public WithdrawFromWalletByUserIdRequest withGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public String getGoldName()
public void setGoldName(String goldName)
goldName - ゴールドの名前public WithdrawFromWalletByUserIdRequest withGoldName(String goldName)
goldName - ゴールドの名前public String getUserId()
public void setUserId(String userId)
userId - ウォレット所有者のユーザIDpublic WithdrawFromWalletByUserIdRequest withUserId(String userId)
userId - ウォレット所有者のユーザIDpublic Long getValue()
public void setValue(Long value)
value - 減算量public WithdrawFromWalletByUserIdRequest withValue(Long value)
value - 減算量public String getContext()
public void setContext(String context)
context - コンテキストpublic WithdrawFromWalletByUserIdRequest withContext(String context)
context - コンテキストCopyright © 2016 Game Server Services, Inc. AllRights Reserved.