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) |
Subscribe |
getItem() |
void |
setItem(Subscribe item) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
UnsubscribeByUserIdResult |
withItem(Subscribe item) |
public Subscribe getItem()
public void setItem(Subscribe item)
public UnsubscribeByUserIdResult withItem(Subscribe 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.