|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.RestAction.RestActionResult
public static class RestAction.RestActionResult
The response from the REST service.
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 |
---|
public java.lang.Object result
public int responseCode
public java.lang.String responseStatus
public java.lang.String type
Constructor Detail |
---|
public RestAction.RestActionResult()
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |