Package knf.hydra.core.models.data
Class ReviewResult
-
- All Implemented Interfaces:
public final class ReviewResultData representing the result of an user review
-
-
Field Summary
Fields Modifier and Type Field Description private final Doublestartsprivate final Stringcommentary
-
Constructor Summary
Constructors Constructor Description ReviewResult(Double starts, String commentary)
-
Method Summary
Modifier and Type Method Description final DoublegetStarts()final StringgetCommentary()
-