ExercisePerformanceGoal


public abstract class ExercisePerformanceGoal
extends Object

java.lang.Object
   ↳ android.health.connect.datatypes.ExercisePerformanceGoal
ExercisePerformanceGoal.AmrapGoal An ExercisePerformanceGoal that requires completing as many repetitions as possible. 
ExercisePerformanceGoal.CadenceGoal An ExercisePerformanceGoal that requires a target cadence range to be met during the associated PlannedExerciseStep
ExercisePerformanceGoal.HeartRateGoal An ExercisePerformanceGoal that requires a target heart rate range, in BPM, to be met during the associated PlannedExerciseStep
ExercisePerformanceGoal.PowerGoal An ExercisePerformanceGoal that requires a target power range to be met during the associated PlannedExerciseStep
ExercisePerformanceGoal.RateOfPerceivedExertionGoal An ExercisePerformanceGoal that requires a target RPE (rate of perceived exertion) to be met during the associated PlannedExerciseStep
ExercisePerformanceGoal.SpeedGoal An ExercisePerformanceGoal that requires a target speed range to be met during the associated PlannedExerciseStep
ExercisePerformanceGoal.UnknownGoal An ExercisePerformanceGoal that is unknown. 
ExercisePerformanceGoal.WeightGoal An ExercisePerformanceGoal that requires a target weight to be lifted during the associated PlannedExerciseStep


A goal which should be aimed for during a PlannedExerciseStep.

Summary

Nested classes

class ExercisePerformanceGoal.AmrapGoal

An ExercisePerformanceGoal that requires completing as many repetitions as possible. 

class ExercisePerformanceGoal.CadenceGoal

An ExercisePerformanceGoal that requires a target cadence range to be met during the associated PlannedExerciseStep

class ExercisePerformanceGoal.HeartRateGoal

An ExercisePerformanceGoal that requires a target heart rate range, in BPM, to be met during the associated PlannedExerciseStep

class ExercisePerformanceGoal.PowerGoal

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

class ExercisePerformanceGoal.RateOfPerceivedExertionGoal

An ExercisePerformanceGoal that requires a target RPE (rate of perceived exertion) to be met during the associated PlannedExerciseStep

class ExercisePerformanceGoal.SpeedGoal

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

class ExercisePerformanceGoal.UnknownGoal

An ExercisePerformanceGoal that is unknown. 

class ExercisePerformanceGoal.WeightGoal

An ExercisePerformanceGoal that requires a target weight to be lifted during the associated PlannedExerciseStep

Inherited methods

Object clone()

Creates and returns a copy of this object.

boolean equals(Object obj)

Indicates whether some other object is "equal to" this one.

void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

final Class<?> getClass()

Returns the runtime class of this Object.

int hashCode()

Returns a hash code value for the object.

final void notify()

Wakes up a single thread that is waiting on this object's monitor.

final void notifyAll()

Wakes up all threads that are waiting on this object's monitor.

String toString()

Returns a string representation of the object.

final void wait(long timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.