public class PagedResponse<T extends BaseResource> extends BaseResource
Constructor and Description |
---|
PagedResponse() |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
int |
getLimit() |
int |
getOffset() |
List<T> |
getResults() |
void |
setCount(int count) |
void |
setLimit(int limit) |
void |
setOffset(int offset) |
void |
setResults(List<T> results) |
getPath, setPath
Copyright © 2016. All rights reserved.