-
public final class PassioGeneratedMealPlanRecipe
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringpreparationprivate final List<PassioFoodDataInfo>ingredientsprivate final PassioGeneratedMealPlanMacrosmacros
-
Constructor Summary
Constructors Constructor Description PassioGeneratedMealPlanRecipe(String name, String preparation, List<PassioFoodDataInfo> ingredients, PassioGeneratedMealPlanMacros macros)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetPreparation()final List<PassioFoodDataInfo>getIngredients()final PassioGeneratedMealPlanMacrosgetMacros()-
-
Constructor Detail
-
PassioGeneratedMealPlanRecipe
PassioGeneratedMealPlanRecipe(String name, String preparation, List<PassioFoodDataInfo> ingredients, PassioGeneratedMealPlanMacros macros)
-
-
Method Detail
-
getPreparation
final String getPreparation()
-
getIngredients
final List<PassioFoodDataInfo> getIngredients()
-
getMacros
final PassioGeneratedMealPlanMacros getMacros()
-
-
-
-