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