ExercisePerformanceTarget.SpeedTarget


public final class ExercisePerformanceTarget.SpeedTarget extends ExercisePerformanceTarget


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

Summary

Public constructors

SpeedTarget(@NonNull Velocity minSpeed, @NonNull Velocity maxSpeed)

Public methods

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

Public constructors

SpeedTarget

Added in 1.1.0-alpha10
public SpeedTarget(@NonNull Velocity minSpeed, @NonNull Velocity maxSpeed)

Public methods

equals

public boolean equals(Object other)

getMaxSpeed

Added in 1.1.0-alpha10
public final @NonNull Velocity getMaxSpeed()

getMinSpeed

Added in 1.1.0-alpha10
public final @NonNull Velocity getMinSpeed()

hashCode

public int hashCode()

toString

public @NonNull String toString()