public class MentionEntity
extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
id
ID of the mentioned user, as an integer.
|
String |
idStr
ID of the mentioned user, as a string.
|
List<Integer> |
indices
An array of integers indicating the offsets.
|
String |
name
Display name of the referenced user.
|
String |
screenName
Screen name of the referenced user.
|
| Constructor and Description |
|---|
MentionEntity(long id,
String idStr,
String name,
String screenName,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getStart() |
public final long id
public final String idStr
public final String name
public final String screenName
public final List<Integer> indices