public class Response extends Object
Response class.
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MimeType> |
getBody()
Getter for the field
body. |
String |
getDescription()
Getter for the field
description. |
Map<String,Header> |
getHeaders()
Getter for the field
headers. |
void |
setBody(Map<String,MimeType> body)
Setter for the field
body. |
void |
setDescription(String description)
Setter for the field
description. |
void |
setHeaders(Map<String,Header> headers)
Setter for the field
headers. |
public Map<String,Header> getHeaders()
Getter for the field headers.
Map object.public void setHeaders(Map<String,Header> headers)
Setter for the field headers.
headers - a Map object.public String getDescription()
Getter for the field description.
String object.public void setDescription(String description)
Setter for the field description.
description - a String object.public void setBody(Map<String,MimeType> body)
Setter for the field body.
body - a Map object.Copyright © 2015 Mulesoft. All rights reserved.