public class GetUserRequest extends Gs2BasicRequest<GetUserRequest>
| Constructor and Description |
|---|
GetUserRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetUserRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getUserName() |
void |
setUserName(String userName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetUserRequest |
withUserName(String userName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getUserName()
public void setUserName(String userName)
public GetUserRequest withUserName(String userName)
public static GetUserRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.