Class ApiWildCard
java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiWildCard
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]")
public class ApiWildCard
extends Object
Information on a wildcard room.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharacteristicCode(String characteristicCode) booleanCode of the wildcard room characteristic.@Valid ApiContentGet hotelRoomDescriptionCode of the wildcard room type.Code of the wildcard room.inthashCode()hotelRoomDescription(ApiContent hotelRoomDescription) voidsetCharacteristicCode(String characteristicCode) voidsetHotelRoomDescription(ApiContent hotelRoomDescription) voidsetRoomCode(String roomCode) voidsetRoomType(String roomType) toString()
-
Field Details
-
JSON_PROPERTY_CHARACTERISTIC_CODE
- See Also:
-
JSON_PROPERTY_HOTEL_ROOM_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ROOM_CODE
- See Also:
-
JSON_PROPERTY_ROOM_TYPE
- See Also:
-
-
Constructor Details
-
ApiWildCard
public ApiWildCard()
-
-
Method Details
-
characteristicCode
-
getCharacteristicCode
Code of the wildcard room characteristic.- Returns:
- characteristicCode
-
setCharacteristicCode
-
hotelRoomDescription
-
getHotelRoomDescription
Get hotelRoomDescription- Returns:
- hotelRoomDescription
-
setHotelRoomDescription
-
roomCode
-
getRoomCode
Code of the wildcard room type.- Returns:
- roomCode
-
setRoomCode
-
roomType
-
getRoomType
Code of the wildcard room.- Returns:
- roomType
-
setRoomType
-
equals
-
hashCode
public int hashCode() -
toString
-