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