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