public class ResponseDataHolder extends Object
| Constructor and Description |
|---|
ResponseDataHolder(Path filePath,
String contentType,
Integer code,
Map<String,String> headers) |
ResponseDataHolder(String body,
String contentType,
Integer code,
Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
Integer |
getCode() |
String |
getContentType() |
Path |
getFilePath() |
Map<String,String> |
getHeaders() |
String |
toString() |
Copyright © 2019. All rights reserved.