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