public class HttpPolicyResponseAttributes extends Object implements org.mule.runtime.api.message.Attributes
| Constructor and Description |
|---|
HttpPolicyResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getHeaders() |
String |
getReasonPhrase() |
int |
getStatusCode() |
void |
setHeaders(Map<String,String> headers) |
void |
setReasonPhrase(String reasonPhrase) |
void |
setStatusCode(int statusCode) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.