public class SetUserIdRequest extends Gs2BasicRequest<SetUserIdRequest>
| Constructor and Description |
|---|
SetUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static SetUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
Boolean |
getAllowConcurrentAccess() |
String |
getNamespaceName() |
void |
setAccessToken(String accessToken) |
void |
setAllowConcurrentAccess(Boolean allowConcurrentAccess) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
SetUserIdRequest |
withAccessToken(String accessToken) |
SetUserIdRequest |
withAllowConcurrentAccess(Boolean allowConcurrentAccess) |
SetUserIdRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public SetUserIdRequest withNamespaceName(String namespaceName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public SetUserIdRequest withAccessToken(String accessToken)
public Boolean getAllowConcurrentAccess()
public void setAllowConcurrentAccess(Boolean allowConcurrentAccess)
public SetUserIdRequest withAllowConcurrentAccess(Boolean allowConcurrentAccess)
public static SetUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.