Package io.gs2.money.request
Class GetWalletByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetWalletByUserIdRequest>
io.gs2.money.request.GetWalletByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetWalletByUserIdRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getSlot()voidsetNamespaceName(String namespaceName) voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetWalletByUserIdRequest
public GetWalletByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getSlot
-
setSlot
-
withSlot
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-