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