public class SetMaxValueByStampSheetRequest extends io.gs2.control.Gs2BasicRequest<SetMaxValueByStampSheetRequest>
| Constructor and Description |
|---|
SetMaxValueByStampSheetRequest() |
| 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)
スタンプシートを設定
|
SetMaxValueByStampSheetRequest |
withDuplicationAvoider(String duplicationAvoider)
重複実行回避機能に使用するIDを設定
|
SetMaxValueByStampSheetRequest |
withKeyId(String keyId)
スタンプシートの署名検証に使用する 暗号鍵 のGRNを設定
|
SetMaxValueByStampSheetRequest |
withStampSheet(String stampSheet)
スタンプシートを設定
|
public String getStampSheet()
public void setStampSheet(String stampSheet)
stampSheet - スタンプシートでスタミナの最大値を更新public SetMaxValueByStampSheetRequest withStampSheet(String stampSheet)
stampSheet - スタンプシートでスタミナの最大値を更新public String getKeyId()
public void setKeyId(String keyId)
keyId - スタンプシートでスタミナの最大値を更新public SetMaxValueByStampSheetRequest withKeyId(String keyId)
keyId - スタンプシートでスタミナの最大値を更新public String getDuplicationAvoider()
public void setDuplicationAvoider(String duplicationAvoider)
duplicationAvoider - スタンプシートでスタミナの最大値を更新public SetMaxValueByStampSheetRequest withDuplicationAvoider(String duplicationAvoider)
duplicationAvoider - スタンプシートでスタミナの最大値を更新Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.