Class ApiRateCommentDetailsRS
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiRateCommentDetailsRS
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiRateCommentDetailsRS
extends Object
Response of RateCommentDetails operation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRateCommentsItem(ApiRateComment rateCommentsItem) auditData(ApiAuditData auditData) booleanerror(ApiHotelbedsError error) @Valid ApiAuditDataGet auditDatagetCode()Code of the comment of the hotel.getDate()Date of the application of the rate.@Valid ApiHotelbedsErrorgetError()Get errorgetFrom()Lowest value of the range of returned rate comment details.getHotel()Code of the hotel.Code of the incoming office of the hotel.@Valid List<ApiRateComment>List of rate comment details.getTo()Highest value of the range of returned rate comment details.getTotal()Total number of rate comment details matching the parameters used in the request (regardless of pagination/returned range).inthashCode()rateComments(List<ApiRateComment> rateComments) voidsetAuditData(ApiAuditData auditData) voidvoidvoidsetError(ApiHotelbedsError error) voidvoidvoidsetIncoming(Integer incoming) voidsetRateComments(List<ApiRateComment> rateComments) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_AUDIT_DATA
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_DATE
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_HOTEL
- See Also:
-
JSON_PROPERTY_INCOMING
- See Also:
-
JSON_PROPERTY_RATE_COMMENTS
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
JSON_PROPERTY_TOTAL
- See Also:
-
-
Constructor Details
-
ApiRateCommentDetailsRS
public ApiRateCommentDetailsRS()
-
-
Method Details
-
auditData
-
getAuditData
Get auditData- Returns:
- auditData
-
setAuditData
-
code
-
getCode
Code of the comment of the hotel.- Returns:
- code
-
setCode
-
date
-
getDate
Date of the application of the rate.- Returns:
- date
-
setDate
-
error
-
getError
Get error- Returns:
- error
-
setError
-
from
-
getFrom
Lowest value of the range of returned rate comment details.- Returns:
- from
-
setFrom
-
hotel
-
getHotel
Code of the hotel.- Returns:
- hotel
-
setHotel
-
incoming
-
getIncoming
Code of the incoming office of the hotel.- Returns:
- incoming
-
setIncoming
-
rateComments
-
addRateCommentsItem
-
getRateComments
List of rate comment details.- Returns:
- rateComments
-
setRateComments
-
to
-
getTo
Highest value of the range of returned rate comment details.- Returns:
- to
-
setTo
-
total
-
getTotal
Total number of rate comment details matching the parameters used in the request (regardless of pagination/returned range).- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-