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