public class HttpResponse extends Object implements Serializable
| Constructor and Description |
|---|
HttpResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<Header> |
getResponseHeaders() |
String |
getStringResult() |
void |
setResponseHeaders(List<Header> responseHeaders) |
void |
setStringResult(String stringResult) |
Copyright © 2017 SAP SE. All Rights Reserved.