public class ReviewsResponse extends java.lang.Object implements IZITravelEntity
ReviewService.getReviews(String, String, Long, Long).| Modifier and Type | Class and Description |
|---|---|
static class |
ReviewsResponse.Estimation
The average of ratings/reviews.
|
static class |
ReviewsResponse.Paging
Pagination to navigate through results data using Unix timestamps.
|
| Modifier and Type | Field and Description |
|---|---|
ReviewsResponse.Estimation |
estimation |
ReviewsResponse.Paging |
paging |
java.util.List<Review> |
reviews |
| Constructor and Description |
|---|
ReviewsResponse() |
public ReviewsResponse.Estimation estimation
public java.util.List<Review> reviews
public ReviewsResponse.Paging paging