public class SearchResultsRepresentation<T> extends Object
| Constructor and Description |
|---|
SearchResultsRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getItems() |
int |
getTotalSize() |
void |
setItems(List<T> items) |
void |
setTotalSize(int totalSize) |
Copyright © 2018. All rights reserved.