public class RawReportDownloadResponse extends Object
| Constructor and Description |
|---|
RawReportDownloadResponse(int httpStatus,
InputStream inputStream,
Charset charset,
String downloadFormat) |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset() |
String |
getDownloadFormat() |
int |
getHttpStatus() |
InputStream |
getInputStream() |
public RawReportDownloadResponse(int httpStatus,
InputStream inputStream,
Charset charset,
String downloadFormat)
public int getHttpStatus()
public InputStream getInputStream()
public Charset getCharset()
public String getDownloadFormat()
Copyright © 2015. All Rights Reserved.