public static class HttpCallFunctions.HttpResponse extends Object implements Serializable
Constructor and Description |
---|
HttpResponse() |
Modifier and Type | Method and Description |
---|---|
Exception |
getError() |
Map<String,String> |
getHeaders() |
String |
getPayload() |
int |
getResponseCode() |
void |
setError(Exception error) |
void |
setHeaders(Map<String,String> headers) |
void |
setPayload(String payload) |
void |
setResponseCode(int responseCode) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.