public class LoginRequest extends Gs2BasicRequest<LoginRequest>
| Constructor and Description |
|---|
LoginRequest() |
| Modifier and Type | Method and Description |
|---|---|
static LoginRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getTimeOffset() |
String |
getUserId() |
void |
setTimeOffset(Integer timeOffset) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
LoginRequest |
withTimeOffset(Integer timeOffset) |
LoginRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getUserId()
public void setUserId(String userId)
public LoginRequest withUserId(String userId)
public Integer getTimeOffset()
public void setTimeOffset(Integer timeOffset)
public LoginRequest withTimeOffset(Integer timeOffset)
public static LoginRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.