public class ReportGenResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.net.URI |
href |
ReportData |
report |
java.net.URI |
savePath |
Constructor and Description |
---|
ReportGenResult(java.net.URI href2,
ReportData report2,
java.net.URI savePath2) |
public ReportData report
public java.net.URI savePath
public java.net.URI href
public ReportGenResult(java.net.URI href2, ReportData report2, java.net.URI savePath2)