public class ResultList<T extends Serializable> extends Object implements Serializable
Constructor and Description |
---|
ResultList() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<T> |
getResults() |
int |
getTotalCount() |
int |
hashCode() |
void |
setResults(List<T> results) |
void |
setTotalCount(int totalCount) |
Copyright © 2018 Zanata Project. All rights reserved.