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