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