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