flux
Class RestAction.RestActionResult

java.lang.Object
  extended by flux.RestAction.RestActionResult
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
RestAction

public static class RestAction.RestActionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

The response from the REST service.

See Also:
Serialized Form

Field Summary
 int responseCode
          HTTP response code.
 java.lang.String responseStatus
          HTTP response status.
 java.lang.Object result
          The response from the REST service.
 java.lang.String type
          HTTP response media type.
 
Constructor Summary
RestAction.RestActionResult()
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

result

public java.lang.Object result
The response from the REST service.


responseCode

public int responseCode
HTTP response code.


responseStatus

public java.lang.String responseStatus
HTTP response status.


type

public java.lang.String type
HTTP response media type.

Constructor Detail

RestAction.RestActionResult

public RestAction.RestActionResult()
Method Detail

clone

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


© 2014 Flux Corporation. All rights reserved.