public class EntityMention extends GenericModel
Constructor and Description |
---|
EntityMention() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Long> |
getLocation()
Gets the location.
|
java.lang.String |
getText()
Gets the text.
|
void |
setLocation(java.util.List<java.lang.Long> location)
Sets the location.
|
void |
setText(java.lang.String text)
Sets the text.
|
equals, hashCode, toString
public java.lang.String getText()
public java.util.List<java.lang.Long> getLocation()
public void setText(java.lang.String text)
text
- the new textpublic void setLocation(java.util.List<java.lang.Long> location)
location
- the new location