public class QueryResponse extends Object
| Constructor and Description | 
|---|
| QueryResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CompleteProduct> | getCompleteProducts() | 
| int | getNumFound() | 
| List<Product> | getProducts()Utility method to return only the 'product' part of the complete results. | 
| int | getStart() | 
| void | setNumFound(int numFound) | 
| void | setResults(List<CompleteProduct> results) | 
| void | setStart(int start) | 
public void setNumFound(int numFound)
public void setStart(int start)
public void setResults(List<CompleteProduct> results)
public int getNumFound()
public int getStart()
public List<CompleteProduct> getCompleteProducts()
Copyright © 1999–2017 Apache OODT. All rights reserved.