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