Class NTweet

java.lang.Object
com.netlang.twitter.NTweet

public class NTweet extends Object
Class that represents a Tweet in Twitter
  • Method Details

    • getText

      public String 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()