ExercisePerformanceTarget.PowerTarget


class ExercisePerformanceTarget.PowerTarget : ExercisePerformanceTarget


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

Summary

Public constructors

PowerTarget(minPower: Power, maxPower: Power)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Power
Power

Public constructors

PowerTarget

Added in 1.1.0-alpha10
PowerTarget(minPower: Power, maxPower: Power)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

maxPower

Added in 1.1.0-alpha10
val maxPowerPower

minPower

Added in 1.1.0-alpha10
val minPowerPower