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