public class GetFormWithSignatureRequest extends Gs2BasicRequest<GetFormWithSignatureRequest>
| Constructor and Description |
|---|
GetFormWithSignatureRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetFormWithSignatureRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
Integer |
getIndex() |
String |
getKeyId() |
String |
getMoldName() |
String |
getNamespaceName() |
void |
setAccessToken(String accessToken) |
void |
setIndex(Integer index) |
void |
setKeyId(String keyId) |
void |
setMoldName(String moldName) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetFormWithSignatureRequest |
withAccessToken(String accessToken) |
GetFormWithSignatureRequest |
withIndex(Integer index) |
GetFormWithSignatureRequest |
withKeyId(String keyId) |
GetFormWithSignatureRequest |
withMoldName(String moldName) |
GetFormWithSignatureRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public GetFormWithSignatureRequest withNamespaceName(String namespaceName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public GetFormWithSignatureRequest withAccessToken(String accessToken)
public String getMoldName()
public void setMoldName(String moldName)
public GetFormWithSignatureRequest withMoldName(String moldName)
public Integer getIndex()
public void setIndex(Integer index)
public GetFormWithSignatureRequest withIndex(Integer index)
public String getKeyId()
public void setKeyId(String keyId)
public GetFormWithSignatureRequest withKeyId(String keyId)
public static GetFormWithSignatureRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.