Class BreathingProtocol

java.lang.Object
com.serinity.exercicecontrol.model.BreathingProtocol

public class BreathingProtocol extends Object
Class documentation.
  • Constructor Details

    • BreathingProtocol

      public BreathingProtocol(String name, int totalSeconds, int inhale, int hold1, int exhale, int hold2, String benefit)
      Documents BreathingProtocol.
  • Method Details

    • getName

      public String getName()
      Documents getName.
    • getTotalSeconds

      public int getTotalSeconds()
      Documents getTotalSeconds.
    • getInhale

      public int getInhale()
      Documents getInhale.
    • getHold1

      public int getHold1()
      Documents getHold1.
    • getExhale

      public int getExhale()
      Documents getExhale.
    • getHold2

      public int getHold2()
      Documents getHold2.
    • getBenefit

      public String getBenefit()
      Documents getBenefit.
    • cycleSeconds

      public int cycleSeconds()
      Documents cycleSeconds.