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