Class Recipe

java.lang.Object
com.day.cq.analytics.testandtarget.Recipe

public class Recipe extends Object
Contains multiple Steps and a Conversion
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • addStep

      public void addStep(Step step)
    • getId

      public String getId()
    • getName

      public String getName()
    • getTrafficType

      public String getTrafficType()
    • getConversion

      public Conversion getConversion()
    • getSteps

      public List<Step> getSteps()
    • getStepValueByName

      public int getStepValueByName(String stepName)
    • getConversionCount

      public int getConversionCount()