public class DocList extends DslBase
| Constructor and Description | 
|---|
DocList(Long hits,
       Double maxScore,
       List<ResponseDocument> docs,
       Pagination pagination)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ResponseDocument> | 
getDocs()  | 
Long | 
getHits()  | 
Double | 
getMaxScore()  | 
Pagination | 
getPagination()  | 
void | 
setDocs(List<ResponseDocument> docs)  | 
public DocList(Long hits, Double maxScore, List<ResponseDocument> docs, Pagination pagination)
public Long getHits()
public Double getMaxScore()
public List<ResponseDocument> getDocs()
public Pagination getPagination()
public void setDocs(List<ResponseDocument> docs)