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