Class ReviewResponseSupplier
java.lang.Object
travel.wink.sdk.extranet.booking.model.ReviewResponseSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-05T14:53:48.168993328+07:00[Asia/Bangkok]")
public class ReviewResponseSupplier
extends Object
Property response to review.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapprovedImage(Boolean approvedImage) approvedText(Boolean approvedText) boolean@NotNull BooleanProperty approves the use of guest generated image with property profile.@NotNull BooleanProperty approves the use of guest review text with property profile.@NotNull StringTexual response from hotel to user's review.inthashCode()responseFromHotel(String responseFromHotel) voidsetApprovedImage(Boolean approvedImage) voidsetApprovedText(Boolean approvedText) voidsetResponseFromHotel(String responseFromHotel) toString()
-
Field Details
-
JSON_PROPERTY_RESPONSE_FROM_HOTEL
- See Also:
-
JSON_PROPERTY_APPROVED_TEXT
- See Also:
-
JSON_PROPERTY_APPROVED_IMAGE
- See Also:
-
-
Constructor Details
-
ReviewResponseSupplier
public ReviewResponseSupplier()
-
-
Method Details
-
responseFromHotel
-
getResponseFromHotel
Texual response from hotel to user's review.- Returns:
- responseFromHotel
-
setResponseFromHotel
-
approvedText
-
getApprovedText
Property approves the use of guest review text with property profile.- Returns:
- approvedText
-
setApprovedText
-
approvedImage
-
getApprovedImage
Property approves the use of guest generated image with property profile.- Returns:
- approvedImage
-
setApprovedImage
-
equals
-
hashCode
-
toString
-