public class RespondCallbacks extends Object implements Serializable, ResponseMessage
| Constructor and Description |
|---|
RespondCallbacks(Response response,
List<CallbackResponse> callbacks,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
List<CallbackResponse> |
getCallbacks() |
ErrorInformation |
getErrorInformation() |
Response |
getResponse() |
String |
toString() |
public RespondCallbacks(Response response, List<CallbackResponse> callbacks, ErrorInformation errorInformation)
public Response getResponse()
getResponse in interface ResponseMessagepublic List<CallbackResponse> getCallbacks()
public ErrorInformation getErrorInformation()