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