public class RenderedDocument extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected Long |
documentTemplateType |
protected String |
mimeType |
protected String |
title |
| Constructor and Description |
|---|
RenderedDocument() |
| Modifier and Type | Method and Description |
|---|---|
RenderedDocument |
data(byte[] data) |
boolean |
equals(Object o) |
byte[] |
getData()
Get data
|
Long |
getDocumentTemplateType() |
String |
getMimeType() |
String |
getTitle() |
int |
hashCode() |
void |
setData(byte[] data) |
String |
toString() |
protected byte[] data
protected Long documentTemplateType
protected String mimeType
protected String title
public RenderedDocument data(byte[] data)
public byte[] getData()
public void setData(byte[] data)
public Long getDocumentTemplateType()
public String getMimeType()
public String getTitle()
Copyright © 2021. All rights reserved.