ExercisePerformanceTarget.RateOfPerceivedExertionTarget


public final class ExercisePerformanceTarget.RateOfPerceivedExertionTarget extends ExercisePerformanceTarget


An ExercisePerformanceTarget that requires a target RPE (rate of perceived exertion) to be met during the associated {@link PlannedExerciseStep}.

Values correspond to the Borg CR10 RPE scale and must be in the range 0 to 10 inclusive. 0: No exertion (at rest) 1: Very light 2-3: Light 4-5: Moderate 6-7: Hard 8-9: Very hard 10: Maximum effort

Summary

Public constructors

Public methods

boolean
equals(Object other)
final int
int
@NonNull String

Public constructors

RateOfPerceivedExertionTarget

Added in 1.1.0-alpha10
public RateOfPerceivedExertionTarget(int rpe)

Public methods

equals

public boolean equals(Object other)

getRpe

Added in 1.1.0-alpha10
public final int getRpe()

hashCode

public int hashCode()

toString

public @NonNull String toString()