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