Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreatedAt()
returns the created_at
|
GeoLocation |
getGeoLocation()
Returns The location that this tweet refers to if available.
|
long |
getId()
returns the status id of the tweet
|
long |
getInReplyToStatusId()
Returns the in_reply_tostatus_id
|
Place |
getPlace()
Returns the place associated with the Tweet.
|
java.lang.String |
getSource()
returns the source of the tweet
|
java.lang.String |
getText()
returns the text
|
java.util.Date getCreatedAt()
long getId()
java.lang.String getText()
java.lang.String getSource()
long getInReplyToStatusId()
Place getPlace()
GeoLocation getGeoLocation()