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