public class RecoverStaminaByStampSheetRequest extends Gs2BasicRequest<RecoverStaminaByStampSheetRequest>
| Constructor and Description |
|---|
RecoverStaminaByStampSheetRequest() |
| Modifier and Type | Method and Description |
|---|---|
static RecoverStaminaByStampSheetRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getKeyId() |
String |
getStampSheet() |
void |
setKeyId(String keyId) |
void |
setStampSheet(String stampSheet) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
RecoverStaminaByStampSheetRequest |
withKeyId(String keyId) |
RecoverStaminaByStampSheetRequest |
withStampSheet(String stampSheet) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getStampSheet()
public void setStampSheet(String stampSheet)
public RecoverStaminaByStampSheetRequest withStampSheet(String stampSheet)
public String getKeyId()
public void setKeyId(String keyId)
public RecoverStaminaByStampSheetRequest withKeyId(String keyId)
public static RecoverStaminaByStampSheetRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.