Package com.netlang.twitter
Class NTweet
java.lang.Object
com.netlang.twitter.NTweet
Class that represents a Tweet in Twitter
-
Method Summary
Modifier and TypeMethodDescriptioncom.intellus.util.IDateWhen this tweet was created.intReturns the like count for this tweet.intintReturns the retweet countgetText()Get The text-
-
Method Details
-
getText
Get The text-- Returns:
-
getCreated
public com.intellus.util.IDate getCreated()When this tweet was created.- Returns:
-
getLikeCount
public int getLikeCount()Returns the like count for this tweet.- Returns:
-
getRetweetCount
public int getRetweetCount()Returns the retweet count- Returns:
-
getReplyCount
public int getReplyCount()
-