public class HashTagEntity extends TwitterObject implements Serializable
A representation of tweet hashtags.
| Constructor and Description |
|---|
HashTagEntity(String text,
int[] indices) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int[] |
getIndices() |
String |
getText() |
int |
hashCode() |
add, getExtraDatapublic HashTagEntity(String text, int[] indices)