public class ReportRestResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
attachment |
protected byte[] |
content |
protected java.lang.String |
documentName |
protected com.haulmont.yarg.structure.ReportOutputType |
reportOutputType |
Constructor and Description |
---|
ReportRestResult(com.haulmont.yarg.reporting.ReportOutputDocument document,
boolean attachment) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent() |
java.lang.String |
getDocumentName() |
com.haulmont.yarg.structure.ReportOutputType |
getReportOutputType() |
boolean |
isAttachment() |
protected byte[] content
protected java.lang.String documentName
protected com.haulmont.yarg.structure.ReportOutputType reportOutputType
protected boolean attachment