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
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
val description: String?

repetitions

Added in 1.1.0
val repetitions: Int

steps

Added in 1.1.0
val steps: List<PlannedExerciseStep>