Class ApiRateCommentsRS
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiRateCommentsRS
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiRateCommentsRS
extends Object
Response of RateComments operation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRateCommentsItem(ApiRateComments rateCommentsItem) auditData(ApiAuditData auditData) booleanerror(ApiHotelbedsError error) @Valid ApiAuditDataGet auditData@Valid ApiHotelbedsErrorgetError()Get errorgetFrom()Lowest value of the range of returned rate comments.@Valid List<ApiRateComments>List of rate comments.getTo()Highest value of the range of returned rate comments.getTotal()Total number of rate comments matching the parameters used in the request (regardless of pagination/returned range).inthashCode()rateComments(List<ApiRateComments> rateComments) voidsetAuditData(ApiAuditData auditData) voidsetError(ApiHotelbedsError error) voidvoidsetRateComments(List<ApiRateComments> rateComments) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_AUDIT_DATA
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_RATE_COMMENTS
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
JSON_PROPERTY_TOTAL
- See Also:
-
-
Constructor Details
-
ApiRateCommentsRS
public ApiRateCommentsRS()
-
-
Method Details
-
auditData
-
getAuditData
Get auditData- Returns:
- auditData
-
setAuditData
-
error
-
getError
Get error- Returns:
- error
-
setError
-
from
-
getFrom
Lowest value of the range of returned rate comments.- Returns:
- from
-
setFrom
-
rateComments
-
addRateCommentsItem
-
getRateComments
List of rate comments.- Returns:
- rateComments
-
setRateComments
-
to
-
getTo
Highest value of the range of returned rate comments.- Returns:
- to
-
setTo
-
total
-
getTotal
Total number of rate comments matching the parameters used in the request (regardless of pagination/returned range).- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-