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)