Class ApiReview
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiReview
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiReview
extends Object
Reviews of the hotel.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRate()Rating value.Total number of ratings for that particular hotel.getType()Source of the review.inthashCode()reviewCount(Integer reviewCount) voidvoidsetReviewCount(Integer reviewCount) voidtoString()
-
Field Details
-
JSON_PROPERTY_RATE
- See Also:
-
JSON_PROPERTY_REVIEW_COUNT
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
ApiReview
public ApiReview()
-
-
Method Details
-
rate
-
getRate
Rating value.- Returns:
- rate
-
setRate
-
reviewCount
-
getReviewCount
Total number of ratings for that particular hotel.- Returns:
- reviewCount
-
setReviewCount
-
type
-
getType
Source of the review. Posible values: TRIPADVISOR, HOTELBEDS.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-