Uses of Class
io.gs2.lottery.model.LotteryModel
Packages that use LotteryModel
-
Uses of LotteryModel in io.gs2.lottery.model
Methods in io.gs2.lottery.model that return LotteryModelModifier and TypeMethodDescriptionstatic LotteryModelLotteryModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) LotteryModel.withChoicePrizeTableScriptId(String choicePrizeTableScriptId) LotteryModel.withLotteryModelId(String lotteryModelId) LotteryModel.withMetadata(String metadata) LotteryModel.withMethod(String method) LotteryModel.withPrizeTableName(String prizeTableName) Methods in io.gs2.lottery.model with parameters of type LotteryModel -
Uses of LotteryModel in io.gs2.lottery.result
Methods in io.gs2.lottery.result that return LotteryModelMethods in io.gs2.lottery.result that return types with arguments of type LotteryModelMethods in io.gs2.lottery.result with parameters of type LotteryModelModifier and TypeMethodDescriptionvoidGetLotteryModelResult.setItem(LotteryModel item) GetLotteryModelResult.withItem(LotteryModel item) Method parameters in io.gs2.lottery.result with type arguments of type LotteryModelModifier and TypeMethodDescriptionvoidDescribeLotteryModelsResult.setItems(List<LotteryModel> items) DescribeLotteryModelsResult.withItems(List<LotteryModel> items)