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