public interface UserMentionEntity
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getEnd()
Returns the index of the end character of the user mention.
|
int |
getId()
Returns the user id mentioned in the status.
|
java.lang.String |
getName()
Returns the name mentioned in the status.
|
java.lang.String |
getScreenName()
Returns the screen name mentioned in the status.
|
int |
getStart()
Returns the index of the start character of the user mention.
|
java.lang.String getName()
java.lang.String getScreenName()
int getId()
int getStart()
int getEnd()