public class IrisResponse extends Object
| Constructor and Description |
|---|
IrisResponse() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getHeaders() |
String |
getResponseBody() |
int |
getStatusCode() |
boolean |
isOK() |
void |
setHeaders(Map<String,String> headers) |
void |
setResponseBody(String responseBody) |
void |
setStatusCode(int statusCode) |
Copyright © 2018. All rights reserved.