public abstract class AbstractListResponse<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
data |
protected boolean |
hasMore |
protected String |
object |
protected int |
totalCount |
protected String |
url |
| Constructor and Description |
|---|
AbstractListResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getData() |
String |
getObject() |
int |
getTotalCount() |
String |
getUrl() |
boolean |
isHasMore() |
Copyright © 2014. All rights reserved.