Class ApiRateCommentBlock
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiRateCommentBlock
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiRateCommentBlock
extends Object
Lists of rate comments and the rates that apply to them.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCommentsItem(ApiRateComment commentsItem) addRateCodesItem(Integer rateCodesItem) comments(List<ApiRateComment> comments) boolean@Valid List<ApiRateComment>Rate comments that apply to the rates.Rates for which the rate comments applies.inthashCode()voidsetComments(List<ApiRateComment> comments) voidsetRateCodes(List<Integer> rateCodes) toString()
-
Field Details
-
JSON_PROPERTY_COMMENTS
- See Also:
-
JSON_PROPERTY_RATE_CODES
- See Also:
-
-
Constructor Details
-
ApiRateCommentBlock
public ApiRateCommentBlock()
-
-
Method Details
-
comments
-
addCommentsItem
-
getComments
Rate comments that apply to the rates.- Returns:
- comments
-
setComments
-
rateCodes
-
addRateCodesItem
-
getRateCodes
Rates for which the rate comments applies.- Returns:
- rateCodes
-
setRateCodes
-
equals
-
hashCode
public int hashCode() -
toString
-