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