public class UpdateCurrentEntryMasterFromGitHubResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
UpdateCurrentEntryMasterFromGitHubResult() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateCurrentEntryMasterFromGitHubResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CurrentEntryMaster |
getItem() |
void |
setItem(CurrentEntryMaster item) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
UpdateCurrentEntryMasterFromGitHubResult |
withItem(CurrentEntryMaster item) |
public UpdateCurrentEntryMasterFromGitHubResult()
public CurrentEntryMaster getItem()
public void setItem(CurrentEntryMaster item)
public UpdateCurrentEntryMasterFromGitHubResult withItem(CurrentEntryMaster item)
public static UpdateCurrentEntryMasterFromGitHubResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.