public class ClusterResponse extends Object
ClusterResponse(String clusterName, Double score, List<String> docs)
String
getClusterName()
List<String>
getDocs()
Double
getScore()
void
setClusterName(String clusterName)
setDocs(List<String> docs)
setScore(Double score)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ClusterResponse(String clusterName, Double score, List<String> docs)
public String getClusterName()
public void setClusterName(String clusterName)
public Double getScore()
public void setScore(Double score)
public List<String> getDocs()
public void setDocs(List<String> docs)
public String toString()
toString
Object
Copyright © 2014. All Rights Reserved.