Class ReportHistoryEntity

java.lang.Object
com.nmontytskyi.monitoring.server.entity.ReportHistoryEntity

@Entity public class ReportHistoryEntity extends Object
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:
  • Constructor Details

    • ReportHistoryEntity

      public ReportHistoryEntity()