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