public interface HashtagEntity extends TweetEntity, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Returns the index of the end character of the hashtag.
|
int |
getStart()
Returns the index of the start character of the hashtag.
|
java.lang.String |
getText()
Returns the text of the hashtag without #.
|
java.lang.String getText()
getText in interface TweetEntityint getStart()
getStart in interface TweetEntityint getEnd()
getEnd in interface TweetEntity