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