Package io.gs2.lottery.request
Class CreatePrizeTableMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreatePrizeTableMasterRequest>
io.gs2.lottery.request.CreatePrizeTableMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetDescription(String description) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withMetadata(String metadata) withNamespaceName(String namespaceName) withPrizes(List<Prize> prizes) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreatePrizeTableMasterRequest
public CreatePrizeTableMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getPrizes
-
setPrizes
-
withPrizes
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-