public class Result extends GenericModel
| Constructor and Description | 
|---|
| Result() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Annotation> | getAnnotations()Gets the explanation tags. | 
| String | getId()Gets the id. | 
| String | getLabel()Gets the label. | 
| Double | getScore()Gets the score. | 
| void | setAnnotations(List<Annotation> explanationTags)Sets the explanation tags. | 
| void | setId(String id)Sets the id. | 
| void | setLabel(String label)Sets the label. | 
| void | setScore(Double score)Sets the score. | 
equals, hashCode, toStringpublic List<Annotation> getAnnotations()
public String getId()
public String getLabel()
public Double getScore()
public void setAnnotations(List<Annotation> explanationTags)
explanationTags - The explanation_tagspublic void setId(String id)
id - The idpublic void setLabel(String label)
label - The labelpublic void setScore(Double score)
score - The scoreCopyright © 2015–2016. All rights reserved.