Class ApiRateClassRS
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiRateClassRS
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiRateClassRS
extends Object
Returns the list of available values for the rateClass.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddClassificationsItem(ApiRateClass classificationsItem) auditData(ApiAuditData auditData) classifications(List<ApiRateClass> classifications) booleanerror(ApiHotelbedsError error) @Valid ApiAuditDataGet auditData@Valid List<ApiRateClass>List of rateClass.@Valid ApiHotelbedsErrorgetError()Get errorgetFrom()Lowest value of the range of returned rateclass.getTo()Highest value of the range of returned rateclass.getTotal()Total number of rateclass matching the parameters used in the request (regardless of pagination/returned range).inthashCode()voidsetAuditData(ApiAuditData auditData) voidsetClassifications(List<ApiRateClass> classifications) voidsetError(ApiHotelbedsError error) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_AUDIT_DATA
- See Also:
-
JSON_PROPERTY_CLASSIFICATIONS
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
JSON_PROPERTY_TOTAL
- See Also:
-
-
Constructor Details
-
ApiRateClassRS
public ApiRateClassRS()
-
-
Method Details
-
auditData
-
getAuditData
Get auditData- Returns:
- auditData
-
setAuditData
-
classifications
-
addClassificationsItem
-
getClassifications
List of rateClass.- Returns:
- classifications
-
setClassifications
-
error
-
getError
Get error- Returns:
- error
-
setError
-
from
-
getFrom
Lowest value of the range of returned rateclass.- Returns:
- from
-
setFrom
-
to
-
getTo
Highest value of the range of returned rateclass.- Returns:
- to
-
setTo
-
total
-
getTotal
Total number of rateclass matching the parameters used in the request (regardless of pagination/returned range).- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-