ExercisePerformanceTarget.PowerTarget


public final class ExercisePerformanceTarget.PowerTarget extends ExercisePerformanceTarget


An ExercisePerformanceTarget that requires a target power range to be met during the associated PlannedExerciseStep.

Summary

Public constructors

PowerTarget(@NonNull Power minPower, @NonNull Power maxPower)

Public methods

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

Public constructors

PowerTarget

Added in 1.1.0-alpha10
public PowerTarget(@NonNull Power minPower, @NonNull Power maxPower)

Public methods

equals

public boolean equals(Object other)

getMaxPower

Added in 1.1.0-alpha10
public final @NonNull Power getMaxPower()

getMinPower

Added in 1.1.0-alpha10
public final @NonNull Power getMinPower()

hashCode

public int hashCode()

toString

public @NonNull String toString()