public interface Tweet extends java.lang.Comparable<Tweet>, EntitySupport, Twt, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
Annotations |
getAnnotations()
Returns the annotations of the tweet.
|
java.util.Date |
getCreatedAt()
returns the created_at
|
java.lang.String |
getFromUser()
returns the from_user
|
long |
getFromUserId()
returns the user id of the tweet's owner.
Warning: The user ids in the Search API are different from those in the REST API (about the two APIs). |
java.lang.String |
getFromUserName()
returns the from_user_name
|
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
|
java.lang.String |
getIsoLanguageCode()
returns the iso language code of the tweet
|
java.lang.String |
getLocation()
Returns the textual location where this tweet was posted.
|
Place |
getPlace()
Returns the place associated with the post.
|
java.lang.String |
getProfileImageUrl()
returns the profile_image_url
|
java.lang.String |
getSource()
returns the source of the tweet
|
java.lang.String |
getText()
returns the text
|
java.lang.String |
getToUser()
returns the to_user
|
long |
getToUserId()
returns the to_user_id
|
java.lang.String |
getToUserName()
returns the to_user_name
|
getHashtagEntities, getMediaEntities, getURLEntities, getUserMentionEntities
java.lang.String getText()
long getToUserId()
java.lang.String getToUser()
java.lang.String getToUserName()
java.lang.String getFromUser()
java.lang.String getFromUserName()
long getId()
long getFromUserId()
java.lang.String getIsoLanguageCode()
java.lang.String getSource()
long getInReplyToStatusId()
getInReplyToStatusId
in interface Twt
java.lang.String getProfileImageUrl()
java.util.Date getCreatedAt()
getCreatedAt
in interface Twt
GeoLocation getGeoLocation()
getGeoLocation
in interface Twt
java.lang.String getLocation()
Place getPlace()
Annotations getAnnotations()