public class ClusterResponse extends Object implements Serializable
ClusterResponse(String clusterName, Double score, List<String> docs)
boolean
equals(Object obj)
String
getClusterName()
List<String>
getDocs()
Double
getScore()
int
hashCode()
void
setClusterName(String clusterName)
setDocs(List<String> docs)
setScore(Double score)
clone, finalize, getClass, notify, notifyAll, toString, 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 int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2015. All Rights Reserved.