public class Mentions extends GenericModel
| Constructor and Description | 
|---|
Mentions()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getEntity()
Gets the entity. 
 | 
java.util.List<java.lang.Long> | 
getLocation()
Gets the location. 
 | 
void | 
setEntity(java.lang.String entity)
Sets the entity. 
 | 
void | 
setLocation(java.util.List<java.lang.Long> location)
Sets the location. 
 | 
equals, hashCode, toStringpublic java.lang.String getEntity()
public java.util.List<java.lang.Long> getLocation()
public void setEntity(java.lang.String entity)
entity - the new entitypublic void setLocation(java.util.List<java.lang.Long> location)
location - the new location