public class Score extends Object
ConceptInsights service.| Constructor and Description |
|---|
Score() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConcept()
Gets the concept.
|
Double |
getScore()
Gets the score.
|
void |
setConcept(String concept)
Sets the concept.
|
void |
setScore(Double score)
Sets the score.
|
public String getConcept()
public Double getScore()
public void setConcept(String concept)
concept - The conceptpublic void setScore(Double score)
score - The scoreCopyright © 2015. All rights reserved.