Interface RatingData
public interface RatingData
Represents the rating data
- Since:
- 12.12
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThis enumeration defines 10 indexes for separate ratings. -
Method Summary
-
Method Details
-
getIndex
RatingData.Index getIndex()Returns the index of the rating.- Returns:
- the index of the rating
- Since:
- 12.12
-
getScore
Returns the optionalDoublewith a rating score between 0 and 10.- Returns:
- the optional
Doublewith a rating score between 0 and 10 - Since:
- 12.12
-
getComment
Returns the optionalStringthat represents a customer comment.- Returns:
- the optional
Stringthat represents a customer comment - Since:
- 12.12
-