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