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