Package io.gs2.lottery.request
Class GetLotteryModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetLotteryModelMasterRequest>
io.gs2.lottery.request.GetLotteryModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetLotteryModelMasterRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetLotteryName(String lotteryName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withLotteryName(String lotteryName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetLotteryModelMasterRequest
public GetLotteryModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getLotteryName
-
setLotteryName
-
withLotteryName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-