public class ElasticSearchResponse extends Object
| Constructor and Description |
|---|
ElasticSearchResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ElasticSearchResponse |
createNewResponse(String response) |
long |
getTotal() |
List<String> |
getXmlRecords() |
void |
setTotal(long total) |
void |
setXmlRecords(List<String> xmlRecords) |
public static ElasticSearchResponse createNewResponse(String response)
public void setXmlRecords(List<String> xmlRecords)
xmlRecords - the xmlRecords to setpublic long getTotal()
public void setTotal(long total)
total - the total to setCopyright © 2024. All rights reserved.