public class AssembleOptions extends Object
Constructor and Description |
---|
AssembleOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getOutputPath()
Gets or sets result path of a built document.
|
String |
getReportData()
Gets or sets a data for report.
|
String |
getSaveFormat()
Gets or sets a save format for assembled document.
|
TemplateFileInfo |
getTemplateFileInfo()
Gets or sets the template name which is located on storage.
|
int |
hashCode() |
AssembleOptions |
outputPath(String outputPath) |
AssembleOptions |
reportData(String reportData) |
AssembleOptions |
saveFormat(String saveFormat) |
void |
setOutputPath(String outputPath) |
void |
setReportData(String reportData) |
void |
setSaveFormat(String saveFormat) |
void |
setTemplateFileInfo(TemplateFileInfo templateFileInfo) |
AssembleOptions |
templateFileInfo(TemplateFileInfo templateFileInfo) |
String |
toString() |
public AssembleOptions templateFileInfo(TemplateFileInfo templateFileInfo)
public TemplateFileInfo getTemplateFileInfo()
public void setTemplateFileInfo(TemplateFileInfo templateFileInfo)
public AssembleOptions saveFormat(String saveFormat)
public String getSaveFormat()
public void setSaveFormat(String saveFormat)
public AssembleOptions reportData(String reportData)
public String getReportData()
public void setReportData(String reportData)
public AssembleOptions outputPath(String outputPath)
public String getOutputPath()
public void setOutputPath(String outputPath)
Copyright © 2021. All rights reserved.