public class DescribeEventsByUserIdResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DescribeEventsByUserIdResult() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeEventsByUserIdResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<Event> |
getItems() |
void |
setItems(List<Event> items) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeEventsByUserIdResult |
withItems(List<Event> items) |
public DescribeEventsByUserIdResult withItems(List<Event> items)
public static DescribeEventsByUserIdResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.