This class is the reporting request
| Type | Name and description |
|---|---|
java.nio.charset.Charset |
charsetIt's the encoding in which to generate the report. |
java.util.List<java.lang.String> |
dataFilesMetadata for the report. |
java.lang.String |
destinationPathIt is the destination path for the generated files. |
java.util.List<java.lang.String> |
formatsIt's the list of formats in which the report will be delivered. |
java.util.List<java.lang.String> |
sourcesIt's the list of sources to generate the report with. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
It's the encoding in which to generate the report.
Metadata for the report.
It is the destination path for the generated files.
It's the list of formats in which the report will be delivered.
It's the list of sources to generate the report with.