public class Mention
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Mention() |
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.
|
public 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