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 
Doublewith a rating score between 0 and 10 - Since:
 - 12.12
 
 - 
getComment
- Returns:
 - the optional 
Stringthat represents a customer comment - Since:
 - 12.12
 
 
 -