public class DescribeFollowsByUserIdResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DescribeFollowsByUserIdResult() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFollowsByUserIdResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<FollowUser> |
getItems() |
String |
getNextPageToken() |
void |
setItems(List<FollowUser> items) |
void |
setNextPageToken(String nextPageToken) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeFollowsByUserIdResult |
withItems(List<FollowUser> items) |
DescribeFollowsByUserIdResult |
withNextPageToken(String nextPageToken) |
public List<FollowUser> getItems()
public void setItems(List<FollowUser> items)
public DescribeFollowsByUserIdResult withItems(List<FollowUser> items)
public String getNextPageToken()
public void setNextPageToken(String nextPageToken)
public DescribeFollowsByUserIdResult withNextPageToken(String nextPageToken)
public static DescribeFollowsByUserIdResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.