twitter4j
Interface Twt

All Known Subinterfaces:
Status, Tweet

public interface Twt

Since:
Twitter4J 2.2.6
Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 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.
 String getSource()
          returns the source of the tweet
 String getText()
          returns the text
 

Method Detail

getCreatedAt

Date getCreatedAt()
returns the created_at

Returns:
the created_at

getId

long getId()
returns the status id of the tweet

Returns:
the status id

getText

String getText()
returns the text

Returns:
the text

getSource

String getSource()
returns the source of the tweet

Returns:
the source of the tweet

getInReplyToStatusId

long getInReplyToStatusId()
Returns the in_reply_tostatus_id

Returns:
the in_reply_tostatus_id

getPlace

Place getPlace()
Returns the place associated with the Tweet.

Returns:
The place associated with the Tweet

getGeoLocation

GeoLocation getGeoLocation()
Returns The location that this tweet refers to if available.

Returns:
returns The location that this tweet refers to if available (can be null)


Copyright © 2012. All Rights Reserved.