public class QueryNoticesResponse extends GenericModel
| Constructor and Description | 
|---|
QueryNoticesResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<QueryAggregation> | 
getAggregations()
Gets the aggregations. 
 | 
java.lang.Long | 
getDuplicatesRemoved()
Gets the duplicatesRemoved. 
 | 
java.lang.Long | 
getMatchingResults()
Gets the matchingResults. 
 | 
java.util.List<QueryPassages> | 
getPassages()
Gets the passages. 
 | 
java.util.List<QueryNoticesResult> | 
getResults()
Gets the results. 
 | 
equals, hashCode, toStringpublic java.lang.Long getMatchingResults()
public java.util.List<QueryNoticesResult> getResults()
public java.util.List<QueryAggregation> getAggregations()
public java.util.List<QueryPassages> getPassages()
public java.lang.Long getDuplicatesRemoved()