|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object twitter4j.TwitterResponse twitter4j.Status
public class Status
A data class representing one single status of a user.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Date |
getCreatedAt()
Return the created_at |
long |
getId()
Returns the id of the status |
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 |
---|
encodeDate, ensureRootNodeNameIs, ensureRootNodeNameIs, ensureRootNodeNameIs, getChildBoolean, getChildDate, getChildDate, getChildInt, getChildLong, getChildText, isRootNodeNilClasses |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 boolean isFavorited()
public User getUser()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
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 |