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