Class ApiRateComments
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiRateComments
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiRateComments
extends Object
Describes info that the hotelier wants the final passenger to read before confirming the booking.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCommentsByRatesItem(ApiRateCommentBlock commentsByRatesItem) commentsByRates(List<ApiRateCommentBlock> commentsByRates) booleangetCode()Code of the rate comment.@Valid List<ApiRateCommentBlock>List of rateComments.getHotel()Code of the hotel.Code of the incoming office of the hotel.inthashCode()voidvoidsetCommentsByRates(List<ApiRateCommentBlock> commentsByRates) voidvoidsetIncoming(Integer incoming) toString()
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_COMMENTS_BY_RATES
- See Also:
-
JSON_PROPERTY_HOTEL
- See Also:
-
JSON_PROPERTY_INCOMING
- See Also:
-
-
Constructor Details
-
ApiRateComments
public ApiRateComments()
-
-
Method Details
-
code
-
getCode
Code of the rate comment.- Returns:
- code
-
setCode
-
commentsByRates
-
addCommentsByRatesItem
-
getCommentsByRates
List of rateComments.- Returns:
- commentsByRates
-
setCommentsByRates
-
hotel
-
getHotel
Code of the hotel.- Returns:
- hotel
-
setHotel
-
incoming
-
getIncoming
Code of the incoming office of the hotel.- Returns:
- incoming
-
setIncoming
-
equals
-
hashCode
public int hashCode() -
toString
-