Package io.gs2.showcase.request
Class CreateRandomShowcaseMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateRandomShowcaseMasterRequest>
io.gs2.showcase.request.CreateRandomShowcaseMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
public class CreateRandomShowcaseMasterRequest
extends Gs2BasicRequest<CreateRandomShowcaseMasterRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetBaseTimestamp(Long baseTimestamp) voidsetDescription(String description) voidsetDisplayItems(List<RandomDisplayItemModel> displayItems) voidsetMaximumNumberOfChoice(Integer maximumNumberOfChoice) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidsetResetIntervalHours(Integer resetIntervalHours) voidsetSalesPeriodEventId(String salesPeriodEventId) com.fasterxml.jackson.databind.JsonNodetoJson()withBaseTimestamp(Long baseTimestamp) withDescription(String description) withDisplayItems(List<RandomDisplayItemModel> displayItems) withMaximumNumberOfChoice(Integer maximumNumberOfChoice) withMetadata(String metadata) withNamespaceName(String namespaceName) withResetIntervalHours(Integer resetIntervalHours) withSalesPeriodEventId(String salesPeriodEventId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateRandomShowcaseMasterRequest
public CreateRandomShowcaseMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getMaximumNumberOfChoice
-
setMaximumNumberOfChoice
-
withMaximumNumberOfChoice
-
getDisplayItems
-
setDisplayItems
-
withDisplayItems
public CreateRandomShowcaseMasterRequest withDisplayItems(List<RandomDisplayItemModel> displayItems) -
getBaseTimestamp
-
setBaseTimestamp
-
withBaseTimestamp
-
getResetIntervalHours
-
setResetIntervalHours
-
withResetIntervalHours
-
getSalesPeriodEventId
-
setSalesPeriodEventId
-
withSalesPeriodEventId
-
fromJson
public static CreateRandomShowcaseMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-