Interface RatingData
public interface RatingData
Represents the rating data
- Since:
- 12.12
-
Method Details
-
getIndex
RatingData.Index getIndex()- Returns:
- the index of the rating
- Since:
- 12.12
-
getScore
- Returns:
- the optional
Double
with a rating score between 0 and 10 - Since:
- 12.12
-
getComment
- Returns:
- the optional
String
that represents a customer comment - Since:
- 12.12
-