org.glassfish.jersey.examples.oauth.twitterclient
Class Status

java.lang.Object
  extended by org.glassfish.jersey.examples.oauth.twitterclient.Status

public class Status
extends Object

Entity into which the Twitter status (tweet) is deserialized

Author:
Martin Matula

Constructor Summary
Status()
           
 
Method Summary
 String getCreatedAt()
           
 String getText()
           
 User getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Status

public Status()
Method Detail

getCreatedAt

public String getCreatedAt()

getText

public String getText()

getUser

public User getUser()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.