public class MwsResponse extends Object
Immutable object providing access to MwsCall response elements.
| Modifier and Type | Method and Description |
|---|---|
String |
getBodyContent()
Get the response body contents.
|
String |
getHttpMessage()
Get the HTTP status message from the response.
|
int |
getHttpStatus()
Get the HTTP status code from the response.
|
MwsResponseHeaderMetadata |
getResponseHeaderMetadata()
Get the response header metadata from the response http headers.
|
public int getHttpStatus()
public String getHttpMessage()
public MwsResponseHeaderMetadata getResponseHeaderMetadata()
public String getBodyContent()
Copyright © 2014. All Rights Reserved.