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