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