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