public class UserMentionEntityJSONImpl extends java.lang.Object implements UserMentionEntity
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(twitter4jads.internal.json.EntityIndex that) |
boolean |
equals(java.lang.Object o) |
int |
getEnd()
Returns the index of the end character of the user mention.
|
long |
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.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getName()
getName in interface UserMentionEntitypublic java.lang.String getScreenName()
getScreenName in interface UserMentionEntitypublic long getId()
getId in interface UserMentionEntitypublic int getStart()
getStart in interface UserMentionEntitypublic int getEnd()
getEnd in interface UserMentionEntitypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(twitter4jads.internal.json.EntityIndex that)
compareTo in interface java.lang.Comparable<twitter4jads.internal.json.EntityIndex>