public final class UaiResponse extends Object
| Constructor and Description |
|---|
UaiResponse() |
UaiResponse(int statusCode,
String body,
String contentType,
List<UaiHeader> headerList,
String bodyPath,
boolean bodyPointingToFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureContentType(String defaultContentType) |
String |
getBody() |
String |
getBodyPath() |
String |
getContentType() |
List<UaiHeader> |
getHeaderList() |
int |
getStatusCode() |
boolean |
isBodyPointingToFile() |
String |
toString() |
public int getStatusCode()
public String getBody()
public String getBodyPath()
public String getContentType()
public boolean isBodyPointingToFile()
public void configureContentType(String defaultContentType)
Copyright © 2015. All rights reserved.