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