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