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