Class ReportHistoryEntity
java.lang.Object
com.nmontytskyi.monitoring.server.entity.ReportHistoryEntity
JPA entity recording metadata for each generated PDF report.
Stores the report type (SLA, FULL, SYSTEM), the date range covered, the timestamp of generation, and the resulting file size. Used to populate the report history table in the web UI without re-generating reports.
- Author:
- Nazar Montytskyi
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReportHistoryEntity
public ReportHistoryEntity()
-