|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttwitter4j.TwitterResponse
twitter4j.Status
public class Status
A data class representing one single status of a user.
| Constructor Summary | |
|---|---|
Status(java.lang.String str)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Date |
getCreatedAt()
Return the created_at |
long |
getId()
Returns the id of the status |
java.lang.String |
getInReplyToScreenName()
Returns the in_reply_to_screen_name |
long |
getInReplyToStatusId()
Returns the in_reply_tostatus_id |
int |
getInReplyToUserId()
Returns the in_reply_user_id |
java.lang.String |
getSource()
Returns the source |
java.lang.String |
getText()
Returns the text of the status |
User |
getUser()
Return the user |
int |
hashCode()
|
boolean |
isFavorited()
Test if the status is favorited |
boolean |
isTruncated()
Test if the status is truncated |
java.lang.String |
toString()
|
| Methods inherited from class twitter4j.TwitterResponse |
|---|
ensureRootNodeNameIs, ensureRootNodeNameIs, ensureRootNodeNameIs, getBoolean, getChildBoolean, getChildDate, getChildDate, getChildInt, getChildLong, getChildText, getInt, getLong, getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, getString, getTextContent, isRootNodeNilClasses, parseDate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Status(java.lang.String str)
throws TwitterException,
twitter4j.org.json.JSONException
TwitterException
twitter4j.org.json.JSONException| Method Detail |
|---|
public java.util.Date getCreatedAt()
public long getId()
public java.lang.String getText()
public java.lang.String getSource()
public boolean isTruncated()
public long getInReplyToStatusId()
public int getInReplyToUserId()
public java.lang.String getInReplyToScreenName()
public boolean isFavorited()
public User getUser()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic 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 | |||||||||