Package io.gs2.lottery.result
Class UpdateCurrentLotteryMasterResult
java.lang.Object
io.gs2.lottery.result.UpdateCurrentLotteryMasterResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidsetItem(CurrentLotteryMaster item) com.fasterxml.jackson.databind.JsonNodetoJson()withItem(CurrentLotteryMaster item)
-
Constructor Details
-
UpdateCurrentLotteryMasterResult
public UpdateCurrentLotteryMasterResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
fromJson
public static UpdateCurrentLotteryMasterResult fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-