public class ClusterResponse extends Object
| Constructor and Description |
|---|
ClusterResponse(String clusterName,
Double score,
List<String> docs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
List<String> |
getDocs() |
Double |
getScore() |
void |
setClusterName(String clusterName) |
void |
setDocs(List<String> docs) |
void |
setScore(Double score) |
String |
toString() |
Copyright © 2016. All Rights Reserved.