public class DepositIntoWalletByStampSheetRequest extends io.gs2.control.Gs2UserRequest<DepositIntoWalletByStampSheetRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
DepositIntoWalletByStampSheetRequest.Constant |
| Constructor and Description |
|---|
DepositIntoWalletByStampSheetRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyName()
スタンプの暗号鍵を取得
|
String |
getSheet()
スタンプシートを取得
|
void |
setKeyName(String keyName)
スタンプの暗号鍵を設定
|
void |
setSheet(String sheet)
スタンプシートを設定
|
DepositIntoWalletByStampSheetRequest |
withKeyName(String keyName)
スタンプの暗号鍵を設定
|
DepositIntoWalletByStampSheetRequest |
withSheet(String sheet)
スタンプシートを設定
|
getAccessToken, setAccessToken, withAccessTokenpublic DepositIntoWalletByStampSheetRequest()
public String getSheet()
public void setSheet(String sheet)
sheet - スタンプシートpublic DepositIntoWalletByStampSheetRequest withSheet(String sheet)
sheet - スタンプシートpublic String getKeyName()
public void setKeyName(String keyName)
keyName - スタンプの暗号鍵public DepositIntoWalletByStampSheetRequest withKeyName(String keyName)
keyName - スタンプの暗号鍵Copyright © 2016 Game Server Services, Inc. AllRights Reserved.