PlannedExerciseBlock


class PlannedExerciseBlock


Represents a series of PlannedExerciseSteps. Part of a PlannedExerciseSessionRecord.

Summary

Public constructors

PlannedExerciseBlock(
    repetitions: Int,
    steps: List<PlannedExerciseStep>,
    description: String?
)

Public functions

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

Public constructors

PlannedExerciseBlock

Added in 1.1.0-alpha10
PlannedExerciseBlock(
    repetitions: Int,
    steps: List<PlannedExerciseStep>,
    description: String? = null
)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

description

Added in 1.1.0-alpha10
val descriptionString?

repetitions

Added in 1.1.0-alpha10
val repetitionsInt

steps

Added in 1.1.0-alpha10
val stepsList<PlannedExerciseStep>