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) |
String |
getClientId() |
String |
getClientSecret() |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
LoginRequest |
withClientId(String clientId) |
LoginRequest |
withClientSecret(String clientSecret) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getClientId()
public void setClientId(String clientId)
public LoginRequest withClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public LoginRequest withClientSecret(String clientSecret)
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.