Uses of Class
io.gs2.lottery.model.LotteryModelMaster
Packages that use LotteryModelMaster
-
Uses of LotteryModelMaster in io.gs2.lottery.model
Methods in io.gs2.lottery.model that return LotteryModelMasterModifier and TypeMethodDescriptionstatic LotteryModelMasterLotteryModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) LotteryModelMaster.withChoicePrizeTableScriptId(String choicePrizeTableScriptId) LotteryModelMaster.withCreatedAt(Long createdAt) LotteryModelMaster.withDescription(String description) LotteryModelMaster.withLotteryModelId(String lotteryModelId) LotteryModelMaster.withMetadata(String metadata) LotteryModelMaster.withMethod(String method) LotteryModelMaster.withPrizeTableName(String prizeTableName) LotteryModelMaster.withRevision(Long revision) LotteryModelMaster.withUpdatedAt(Long updatedAt) Methods in io.gs2.lottery.model with parameters of type LotteryModelMaster -
Uses of LotteryModelMaster in io.gs2.lottery.result
Methods in io.gs2.lottery.result that return LotteryModelMasterModifier and TypeMethodDescriptionCreateLotteryModelMasterResult.getItem()DeleteLotteryModelMasterResult.getItem()GetLotteryModelMasterResult.getItem()UpdateLotteryModelMasterResult.getItem()Methods in io.gs2.lottery.result that return types with arguments of type LotteryModelMasterMethods in io.gs2.lottery.result with parameters of type LotteryModelMasterModifier and TypeMethodDescriptionvoidCreateLotteryModelMasterResult.setItem(LotteryModelMaster item) voidDeleteLotteryModelMasterResult.setItem(LotteryModelMaster item) voidGetLotteryModelMasterResult.setItem(LotteryModelMaster item) voidUpdateLotteryModelMasterResult.setItem(LotteryModelMaster item) CreateLotteryModelMasterResult.withItem(LotteryModelMaster item) DeleteLotteryModelMasterResult.withItem(LotteryModelMaster item) GetLotteryModelMasterResult.withItem(LotteryModelMaster item) UpdateLotteryModelMasterResult.withItem(LotteryModelMaster item) Method parameters in io.gs2.lottery.result with type arguments of type LotteryModelMasterModifier and TypeMethodDescriptionvoidDescribeLotteryModelMastersResult.setItems(List<LotteryModelMaster> items) DescribeLotteryModelMastersResult.withItems(List<LotteryModelMaster> items)