Package io.gs2.lottery.result
Class UpdateCurrentLotteryMasterFromGitHubResult
java.lang.Object
io.gs2.lottery.result.UpdateCurrentLotteryMasterFromGitHubResult
- All Implemented Interfaces:
IResult,Serializable
public class UpdateCurrentLotteryMasterFromGitHubResult
extends Object
implements 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
-
UpdateCurrentLotteryMasterFromGitHubResult
public UpdateCurrentLotteryMasterFromGitHubResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
fromJson
public static UpdateCurrentLotteryMasterFromGitHubResult fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-