public class ExceptionInfoResponse extends Response
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionInfoResponse.ResponseBody |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionInfoResponse |
create(ExceptionInfoResponse.ResponseBody body,
Integer requestSeq,
Boolean success,
String command,
Integer seq) |
boolean |
equals(Object obj) |
ExceptionInfoResponse.ResponseBody |
getBody()
Contains request result if success is true and optional error details if success is false.
|
int |
hashCode() |
ExceptionInfoResponse |
setBody(ExceptionInfoResponse.ResponseBody body) |
create, getCommand, getMessage, getRequestSeq, isSuccess, setBody, setCommand, setMessage, setRequestSeq, setSuccesspublic ExceptionInfoResponse.ResponseBody getBody()
Responsepublic ExceptionInfoResponse setBody(ExceptionInfoResponse.ResponseBody body)
public static ExceptionInfoResponse create(ExceptionInfoResponse.ResponseBody body, Integer requestSeq, Boolean success, String command, Integer seq)