public class GetEntryWithSignatureRequest extends Gs2BasicRequest<GetEntryWithSignatureRequest>
| Constructor and Description |
|---|
GetEntryWithSignatureRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetEntryWithSignatureRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
String |
getEntryModelName() |
String |
getKeyId() |
String |
getNamespaceName() |
void |
setAccessToken(String accessToken) |
void |
setEntryModelName(String entryModelName) |
void |
setKeyId(String keyId) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetEntryWithSignatureRequest |
withAccessToken(String accessToken) |
GetEntryWithSignatureRequest |
withEntryModelName(String entryModelName) |
GetEntryWithSignatureRequest |
withKeyId(String keyId) |
GetEntryWithSignatureRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public GetEntryWithSignatureRequest withNamespaceName(String namespaceName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public GetEntryWithSignatureRequest withAccessToken(String accessToken)
public String getEntryModelName()
public void setEntryModelName(String entryModelName)
public GetEntryWithSignatureRequest withEntryModelName(String entryModelName)
public String getKeyId()
public void setKeyId(String keyId)
public GetEntryWithSignatureRequest withKeyId(String keyId)
public static GetEntryWithSignatureRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.