Class ApiFacilityTypologiesRS
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiFacilityTypologiesRS
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiFacilityTypologiesRS
extends Object
Response of FacilityTypologies operation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFacilityTypologiesItem(ApiFacilityType facilityTypologiesItem) auditData(ApiAuditData auditData) booleanerror(ApiHotelbedsError error) facilityTypologies(List<ApiFacilityType> facilityTypologies) @Valid ApiAuditDataGet auditData@Valid ApiHotelbedsErrorgetError()Get error@Valid List<ApiFacilityType>List of classifications for facilities.getFrom()Lowest value of the range of returned facility typologies.getTo()Highest value of the range of returned facility typologies.getTotal()Total number of facility typologies matching the parameters used in the request (regardless of pagination/returned range).inthashCode()voidsetAuditData(ApiAuditData auditData) voidsetError(ApiHotelbedsError error) voidsetFacilityTypologies(List<ApiFacilityType> facilityTypologies) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_AUDIT_DATA
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
JSON_PROPERTY_FACILITY_TYPOLOGIES
- See Also:
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_TO
- See Also:
-
JSON_PROPERTY_TOTAL
- See Also:
-
-
Constructor Details
-
ApiFacilityTypologiesRS
public ApiFacilityTypologiesRS()
-
-
Method Details
-
auditData
-
getAuditData
Get auditData- Returns:
- auditData
-
setAuditData
-
error
-
getError
Get error- Returns:
- error
-
setError
-
facilityTypologies
-
addFacilityTypologiesItem
-
getFacilityTypologies
List of classifications for facilities.- Returns:
- facilityTypologies
-
setFacilityTypologies
-
from
-
getFrom
Lowest value of the range of returned facility typologies.- Returns:
- from
-
setFrom
-
to
-
getTo
Highest value of the range of returned facility typologies.- Returns:
- to
-
setTo
-
total
-
getTotal
Total number of facility typologies matching the parameters used in the request (regardless of pagination/returned range).- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-