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