Package travel.wink.sdk.extranet.model
Class BookingCancellable
java.lang.Object
travel.wink.sdk.extranet.model.BookingCancellable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-29T13:20:57.452361+07:00[Asia/Bangkok]")
public class BookingCancellable
extends Object
BookingCancellable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbookingIdentifier(String bookingIdentifier) cancellable(Boolean cancellable) boolean@NotNull StringBooking unique identifier.@NotNull BooleanWhether booking can be cancelled or not.@NotNull StringOwner identifier of booking.inthashCode()hotelIdentifier(String hotelIdentifier) voidsetBookingIdentifier(String bookingIdentifier) voidsetCancellable(Boolean cancellable) voidsetHotelIdentifier(String hotelIdentifier) toString()
-
Field Details
-
JSON_PROPERTY_HOTEL_IDENTIFIER
- See Also:
-
JSON_PROPERTY_BOOKING_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CANCELLABLE
- See Also:
-
-
Constructor Details
-
BookingCancellable
public BookingCancellable()
-
-
Method Details
-
hotelIdentifier
-
getHotelIdentifier
Owner identifier of booking.- Returns:
- hotelIdentifier
-
setHotelIdentifier
-
bookingIdentifier
-
getBookingIdentifier
Booking unique identifier.- Returns:
- bookingIdentifier
-
setBookingIdentifier
-
cancellable
-
getCancellable
Whether booking can be cancelled or not.- Returns:
- cancellable
-
setCancellable
-
equals
-
hashCode
public int hashCode() -
toString
-