Package io.gs2.lottery.request
Class CreateLotteryModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateLotteryModelMasterRequest>
io.gs2.lottery.request.CreateLotteryModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
public class CreateLotteryModelMasterRequest
extends Gs2BasicRequest<CreateLotteryModelMasterRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getMode()getName()voidsetChoicePrizeTableScriptId(String choicePrizeTableScriptId) voidsetDescription(String description) voidsetMetadata(String metadata) voidvoidvoidvoidsetNamespaceName(String namespaceName) voidsetPrizeTableName(String prizeTableName) com.fasterxml.jackson.databind.JsonNodetoJson()withChoicePrizeTableScriptId(String choicePrizeTableScriptId) withDescription(String description) withMetadata(String metadata) withMethod(String method) withNamespaceName(String namespaceName) withPrizeTableName(String prizeTableName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateLotteryModelMasterRequest
public CreateLotteryModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getMode
-
setMode
-
withMode
-
getMethod
-
setMethod
-
withMethod
-
getPrizeTableName
-
setPrizeTableName
-
withPrizeTableName
-
getChoicePrizeTableScriptId
-
setChoicePrizeTableScriptId
-
withChoicePrizeTableScriptId
public CreateLotteryModelMasterRequest withChoicePrizeTableScriptId(String choicePrizeTableScriptId) -
fromJson
public static CreateLotteryModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-