Builder to construct an Indexable for
aggregate rating.
The aggregate rating can only be used as a parameter of other builders, and it cannot be
passed to
update(Indexable...) directly.
For reference, see: //schema.org/AggregateRating.
| AggregateRatingBuilder |
setRatingCount(long ratingCount)
Sets the count of total number of ratings.
|
| AggregateRatingBuilder |
Sets the count of total number of ratings.
| ratingCount | The count of total number of ratings. |
|---|
Sets the rating value.
| ratingValue | The rating value, ranged from 0.0 to 5.0. For example, "4.5". |
|---|