public static class ReviewsResponse.Estimation extends java.lang.Object implements IZITravelEntity
| Modifier and Type | Field and Description |
|---|---|
java.util.Date |
date
UTC time when average was calculated.
|
float |
ratingAverage
Average of all ratings [0..10] (across all languages), Museums ratings includes their Collections ratings.
|
int |
ratingsCount
Total number of ratings at average snapshot time (across all languages).
|
int |
reviewsCount
Total number of reviews at average snapshot time (across all languages).
|
java.lang.String |
uuid
UUID of the MtgObject (content).
|
| Constructor and Description |
|---|
Estimation() |
public java.lang.String uuid
public float ratingAverage
public int ratingsCount
public int reviewsCount
public java.util.Date date