public class SearchResult extends Object
| Constructor and Description |
|---|
SearchResult(String recordId,
String collectionId,
Map<String,Object> source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionId() |
String |
getRecordId() |
Map<String,Object> |
getSource() |
void |
setCollectionId(String collectionId) |
void |
setRecordId(String recordId) |
void |
setSource(Map<String,Object> source) |
String |
toString() |
Copyright © 2016. All Rights Reserved.