public class DrawByStampSheetRequest extends io.gs2.control.Gs2BasicRequest<DrawByStampSheetRequest>
| Constructor and Description |
|---|
DrawByStampSheetRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDuplicationAvoider()
重複実行回避機能に使用するIDを取得
|
String |
getKeyId()
スタンプシートの署名検証に使用する 暗号鍵 のGRNを取得
|
String |
getStampSheet()
スタンプシートを取得
|
void |
setDuplicationAvoider(String duplicationAvoider)
重複実行回避機能に使用するIDを設定
|
void |
setKeyId(String keyId)
スタンプシートの署名検証に使用する 暗号鍵 のGRNを設定
|
void |
setStampSheet(String stampSheet)
スタンプシートを設定
|
DrawByStampSheetRequest |
withDuplicationAvoider(String duplicationAvoider)
重複実行回避機能に使用するIDを設定
|
DrawByStampSheetRequest |
withKeyId(String keyId)
スタンプシートの署名検証に使用する 暗号鍵 のGRNを設定
|
DrawByStampSheetRequest |
withStampSheet(String stampSheet)
スタンプシートを設定
|
public String getStampSheet()
public void setStampSheet(String stampSheet)
stampSheet - スタンプシートを使用して抽選処理を実行public DrawByStampSheetRequest withStampSheet(String stampSheet)
stampSheet - スタンプシートを使用して抽選処理を実行public String getKeyId()
public void setKeyId(String keyId)
keyId - スタンプシートを使用して抽選処理を実行public DrawByStampSheetRequest withKeyId(String keyId)
keyId - スタンプシートを使用して抽選処理を実行public String getDuplicationAvoider()
public void setDuplicationAvoider(String duplicationAvoider)
duplicationAvoider - スタンプシートを使用して抽選処理を実行public DrawByStampSheetRequest withDuplicationAvoider(String duplicationAvoider)
duplicationAvoider - スタンプシートを使用して抽選処理を実行Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.