public class Taxonomy extends GenericModel
Constructor and Description |
---|
Taxonomy() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getConfident()
Gets the confident.
|
java.lang.String |
getLabel()
Gets the label.
|
java.lang.Double |
getScore()
Gets the score.
|
void |
setConfident(java.lang.Boolean confident)
Sets the confident.
|
void |
setLabel(java.lang.String label)
Sets the label.
|
void |
setScore(java.lang.Double score)
Sets the score.
|
equals, hashCode, toString
public java.lang.Boolean getConfident()
public java.lang.String getLabel()
public java.lang.Double getScore()
public void setConfident(java.lang.Boolean confident)
confident
- the confident to setpublic void setLabel(java.lang.String label)
label
- The labelpublic void setScore(java.lang.Double score)
score
- The score