public static class RestAction.RestActionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
RestActionResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
toString() |
© 2000-2025 Flux Corporation. All rights reserved.