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