public class DisambiguationResult extends GenericModel
Constructor and Description |
---|
DisambiguationResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDbpediaResource()
Gets the dbpediaResource.
|
java.lang.String |
getName()
Gets the name.
|
java.util.List<java.lang.String> |
getSubtype()
Gets the subtype.
|
void |
setDbpediaResource(java.lang.String dbpediaResource)
Sets the dbpediaResource.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setSubtype(java.util.List<java.lang.String> subtype)
Sets the subtype.
|
equals, hashCode, toString
public java.lang.String getName()
public java.lang.String getDbpediaResource()
public java.util.List<java.lang.String> getSubtype()
public void setName(java.lang.String name)
name
- the new namepublic void setDbpediaResource(java.lang.String dbpediaResource)
dbpediaResource
- the new dbpediaResourcepublic void setSubtype(java.util.List<java.lang.String> subtype)
subtype
- the new subtype