|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttwitter4j.UserMentionEntityJSONImpl
class UserMentionEntityJSONImpl
A data interface representing one single user mention entity.
Field Summary | |
---|---|
private int |
end
|
private long |
id
|
private java.lang.String |
name
|
private java.lang.String |
screenName
|
private static long |
serialVersionUID
|
private int |
start
|
Constructor Summary | |
---|---|
UserMentionEntityJSONImpl(twitter4j.internal.org.json.JSONObject json)
|
Method Summary | |
---|---|
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()
|
private void |
init(twitter4j.internal.org.json.JSONObject json)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private int start
private int end
private java.lang.String name
private java.lang.String screenName
private long id
Constructor Detail |
---|
UserMentionEntityJSONImpl(twitter4j.internal.org.json.JSONObject json) throws TwitterException
TwitterException
Method Detail |
---|
private void init(twitter4j.internal.org.json.JSONObject json) throws TwitterException
TwitterException
public java.lang.String getName()
getName
in interface UserMentionEntity
public java.lang.String getScreenName()
getScreenName
in interface UserMentionEntity
public long getId()
getId
in interface UserMentionEntity
public int getStart()
getStart
in interface UserMentionEntity
public int getEnd()
getEnd
in interface UserMentionEntity
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |