flux
Class TwitterAction.TwitterActionResult

java.lang.Object
  extended by flux.TwitterAction.TwitterActionResult
All Implemented Interfaces:
Serializable, Cloneable
Enclosing interface:
TwitterAction

public static class TwitterAction.TwitterActionResult
extends Object
implements Serializable, Cloneable

The response from the TwitterAction.

See Also:
Serialized Form

Field Summary
 String response
          HTTP response entity.
 int responseCode
          HTTP response code.
 
Constructor Summary
TwitterAction.TwitterActionResult()
           
 
Method Summary
 Object clone()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

response

public String response
HTTP response entity.


responseCode

public int responseCode
HTTP response code.

Constructor Detail

TwitterAction.TwitterActionResult

public TwitterAction.TwitterActionResult()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class Object


© 2000-2011 Flux Corporation. All rights reserved.