Class JobReportChunk
java.lang.Object
com.denodo.scheduler.client.job.report.JobReportChunk
- All Implemented Interfaces:
Serializable
Represents a collection of job reports (
JobReport).- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
ConstructorsConstructorDescriptionJobReportChunk(List<JobReport> reports, boolean moreReports) JobReportChunk(List<JobReport> reports, boolean moreReports, int totalReports) -
Method Summary
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
JobReportChunk
-
JobReportChunk
-
-
Method Details