public class LoginResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
LoginResult() |
| Modifier and Type | Method and Description |
|---|---|
static LoginResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
Integer |
getExpiresIn() |
String |
getTokenType() |
void |
setAccessToken(String accessToken) |
void |
setExpiresIn(Integer expiresIn) |
void |
setTokenType(String tokenType) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
LoginResult |
withAccessToken(String accessToken) |
LoginResult |
withExpiresIn(Integer expiresIn) |
LoginResult |
withTokenType(String tokenType) |
public String getAccessToken()
public void setAccessToken(String accessToken)
public LoginResult withAccessToken(String accessToken)
public String getTokenType()
public void setTokenType(String tokenType)
public LoginResult withTokenType(String tokenType)
public Integer getExpiresIn()
public void setExpiresIn(Integer expiresIn)
public LoginResult withExpiresIn(Integer expiresIn)
public static LoginResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.