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