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