Class ApiRoom
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiRoom
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiRoom
extends Object
Information describing a room.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharacteristic(String characteristic) characteristicDescription(ApiContent characteristicDescription) description(String description) booleanCode of the room characteristic.@Valid ApiContentGet characteristicDescriptiongetCode()Code of the room.Description of the room.Maximum number of adults allowed in the room.Maximum number of children allowed in the room.Maximum number of paxes allowed in the room.Minimum number of adults allowed in the room.Minimum number of adults allowed in the room.getType()Code of the room type.@Valid ApiContentGet typeDescriptioninthashCode()maxChildren(Integer maxChildren) voidsetCharacteristic(String characteristic) voidsetCharacteristicDescription(ApiContent characteristicDescription) voidvoidsetDescription(String description) voidsetMaxAdults(Integer maxAdults) voidsetMaxChildren(Integer maxChildren) voidvoidsetMinAdults(Integer minAdults) voidvoidvoidsetTypeDescription(ApiContent typeDescription) toString()typeDescription(ApiContent typeDescription)
-
Field Details
-
JSON_PROPERTY_CHARACTERISTIC
- See Also:
-
JSON_PROPERTY_CHARACTERISTIC_DESCRIPTION
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_MAX_ADULTS
- See Also:
-
JSON_PROPERTY_MAX_CHILDREN
- See Also:
-
JSON_PROPERTY_MAX_PAX
- See Also:
-
JSON_PROPERTY_MIN_ADULTS
- See Also:
-
JSON_PROPERTY_MIN_PAX
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_TYPE_DESCRIPTION
- See Also:
-
-
Constructor Details
-
ApiRoom
public ApiRoom()
-
-
Method Details
-
characteristic
-
getCharacteristic
Code of the room characteristic.- Returns:
- characteristic
-
setCharacteristic
-
characteristicDescription
-
getCharacteristicDescription
Get characteristicDescription- Returns:
- characteristicDescription
-
setCharacteristicDescription
-
code
-
getCode
Code of the room.- Returns:
- code
-
setCode
-
description
-
getDescription
Description of the room.- Returns:
- description
-
setDescription
-
maxAdults
-
getMaxAdults
Maximum number of adults allowed in the room.- Returns:
- maxAdults
-
setMaxAdults
-
maxChildren
-
getMaxChildren
Maximum number of children allowed in the room.- Returns:
- maxChildren
-
setMaxChildren
-
maxPax
-
getMaxPax
Maximum number of paxes allowed in the room.- Returns:
- maxPax
-
setMaxPax
-
minAdults
-
getMinAdults
Minimum number of adults allowed in the room.- Returns:
- minAdults
-
setMinAdults
-
minPax
-
getMinPax
Minimum number of adults allowed in the room.- Returns:
- minPax
-
setMinPax
-
type
-
getType
Code of the room type. Returned only for Unified clients.- Returns:
- type
-
setType
-
typeDescription
-
getTypeDescription
Get typeDescription- Returns:
- typeDescription
-
setTypeDescription
-
equals
-
hashCode
public int hashCode() -
toString
-