public class SearchResults<T> extends Object
| Constructor and Description |
|---|
SearchResults() |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemsPerPage() |
Collection<T> |
getResources() |
Collection<String> |
getSchemas() |
int |
getStartIndex() |
int |
getTotalResults() |
void |
setItemsPerPage(int itemsPerPage) |
void |
setResources(Collection<T> resources) |
void |
setSchemas(Collection<String> schemas) |
void |
setStartIndex(int startIndex) |
void |
setTotalResults(int totalResults) |
String |
toString() |
public void setResources(Collection<T> resources)
public void setStartIndex(int startIndex)
public void setItemsPerPage(int itemsPerPage)
public void setTotalResults(int totalResults)
public void setSchemas(Collection<String> schemas)
public Collection<String> getSchemas()
public int getStartIndex()
public int getItemsPerPage()
public int getTotalResults()
public Collection<T> getResources()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.