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