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