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