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