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