-
public final class PassioUPFRating
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerratingprivate final List<String>highlightedIngredientsprivate final StringchainOfThought
-
Constructor Summary
Constructors Constructor Description PassioUPFRating(Integer rating, List<String> highlightedIngredients, String chainOfThought)
-
Method Summary
Modifier and Type Method Description final IntegergetRating()final List<String>getHighlightedIngredients()final StringgetChainOfThought()-
-
Method Detail
-
getHighlightedIngredients
final List<String> getHighlightedIngredients()
-
getChainOfThought
final String getChainOfThought()
-
-
-
-