public class ConceptsResult extends GenericModel
Constructor and Description |
---|
ConceptsResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDbpediaResource()
Gets the dbpediaResource.
|
java.lang.Double |
getRelevance()
Gets the relevance.
|
java.lang.String |
getText()
Gets the text.
|
void |
setDbpediaResource(java.lang.String dbpediaResource)
Sets the dbpediaResource.
|
void |
setRelevance(java.lang.Double relevance)
Sets the relevance.
|
void |
setText(java.lang.String text)
Sets the text.
|
equals, hashCode, toString
public java.lang.String getText()
public java.lang.Double getRelevance()
public java.lang.String getDbpediaResource()
public void setText(java.lang.String text)
text
- the new textpublic void setRelevance(java.lang.Double relevance)
relevance
- the new relevancepublic void setDbpediaResource(java.lang.String dbpediaResource)
dbpediaResource
- the new dbpediaResource