-
public final class PassioGeneratedMealPlanConstraints
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, Object>constraintsprivate final PassioGeneratedMealPlanMacrosmacros
-
Constructor Summary
Constructors Constructor Description PassioGeneratedMealPlanConstraints(Map<String, Object> constraints, PassioGeneratedMealPlanMacros macros)
-
Method Summary
Modifier and Type Method Description final Map<String, Object>getConstraints()final PassioGeneratedMealPlanMacrosgetMacros()-
-
Constructor Detail
-
PassioGeneratedMealPlanConstraints
PassioGeneratedMealPlanConstraints(Map<String, Object> constraints, PassioGeneratedMealPlanMacros macros)
-
-
Method Detail
-
getConstraints
final Map<String, Object> getConstraints()
-
getMacros
final PassioGeneratedMealPlanMacros getMacros()
-
-
-
-