public class SResponse<T> extends Object
| Constructor and Description |
|---|
SResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getDocs() |
Integer |
getNumFound() |
Long |
getStart() |
void |
setDocs(List<T> docs) |
void |
setNumFound(Integer numFound) |
void |
setStart(Long start) |
String |
toString() |
Copyright © 2018. All rights reserved.