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