public class WithdrawFromWalletByStampTaskRequest extends io.gs2.control.Gs2UserRequest<WithdrawFromWalletByStampTaskRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
WithdrawFromWalletByStampTaskRequest.Constant |
| Constructor and Description |
|---|
WithdrawFromWalletByStampTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyName()
スタンプの暗号鍵を取得
|
String |
getTask()
スタンプタスクを取得
|
String |
getTransactionId()
トランザクションIDを取得
|
void |
setKeyName(String keyName)
スタンプの暗号鍵を設定
|
void |
setTask(String task)
スタンプタスクを設定
|
void |
setTransactionId(String transactionId)
トランザクションIDを設定
|
WithdrawFromWalletByStampTaskRequest |
withKeyName(String keyName)
スタンプの暗号鍵を設定
|
WithdrawFromWalletByStampTaskRequest |
withTask(String task)
スタンプタスクを設定
|
WithdrawFromWalletByStampTaskRequest |
withTransactionId(String transactionId)
トランザクションIDを設定
|
getAccessToken, setAccessToken, withAccessTokenpublic WithdrawFromWalletByStampTaskRequest()
public String getTask()
public void setTask(String task)
task - スタンプタスクpublic WithdrawFromWalletByStampTaskRequest withTask(String task)
task - スタンプタスクpublic String getKeyName()
public void setKeyName(String keyName)
keyName - スタンプの暗号鍵public WithdrawFromWalletByStampTaskRequest withKeyName(String keyName)
keyName - スタンプの暗号鍵public String getTransactionId()
public void setTransactionId(String transactionId)
transactionId - トランザクションIDpublic WithdrawFromWalletByStampTaskRequest withTransactionId(String transactionId)
transactionId - トランザクションIDCopyright © 2016 Game Server Services, Inc. AllRights Reserved.