cc.twittertools.corpus.data
Class Status

java.lang.Object
  extended by cc.twittertools.corpus.data.Status

public class Status
extends Object

Object representing a status.


Method Summary
static Status fromJson(String json)
           
 String getCreatedAt()
           
 long getId()
           
 com.google.gson.JsonObject getJsonObject()
           
 String getJsonString()
           
 String getScreenname()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public long getId()

getText

public String getText()

getCreatedAt

public String getCreatedAt()

getScreenname

public String getScreenname()

getJsonObject

public com.google.gson.JsonObject getJsonObject()

getJsonString

public String getJsonString()

fromJson

public static Status fromJson(String json)