public class LoginByUserResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
LoginByUserResult() |
| Modifier and Type | Method and Description |
|---|---|
static LoginByUserResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
ProjectToken |
getItem() |
void |
setItem(ProjectToken item) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
LoginByUserResult |
withItem(ProjectToken item) |
public ProjectToken getItem()
public void setItem(ProjectToken item)
public LoginByUserResult withItem(ProjectToken item)
public static LoginByUserResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.