Uses of Record Class
com.serinity.exercicecontrol.service.performance.PerformanceReport.Recommendation
Packages that use PerformanceReport.Recommendation
-
Uses of PerformanceReport.Recommendation in com.serinity.exercicecontrol.service.performance
Methods in com.serinity.exercicecontrol.service.performance that return types with arguments of type PerformanceReport.RecommendationModifier and TypeMethodDescriptionPerformanceReport.recommendations()Returns the value of therecommendationsrecord component.Constructor parameters in com.serinity.exercicecontrol.service.performance with type arguments of type PerformanceReport.RecommendationModifierConstructorDescriptionPerformanceReport(int userId, Integer exerciseId, int windowDays, int sessionsTotal, int sessionsCompleted, int completionRatePercent, int avgActiveSeconds, double trendDeltaPercent, PerformanceReport.Status status, boolean fatigueFlag, boolean painFlag, List<PerformanceReport.Recommendation> recommendations, PerformanceReport.NextSessionPlan nextSessionPlan, List<PerformanceReport.DailyPoint> dailySeries) Creates an instance of aPerformanceReportrecord class.