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