public class Ratings
extends java.lang.Object
Place
.
Note: ratings are normalized to values from [0..5], to compensate for potential differences between supplier ratings systems.
Place.getUserRatings()
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getAverage()
Gets the average rating for the
Place . |
int |
getCount()
Gets the count of individual contributions that users provided for
rating the
Place . |
int |
hashCode() |
public double getAverage()
Place
.public int getCount()
Place
.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object