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