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