Package travel.wink.sdk.extranet.model
Class BookingCancellableSupplier
java.lang.Object
travel.wink.sdk.extranet.model.BookingCancellableSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-22T15:43:52.377864372+07:00[Asia/Bangkok]")
public class BookingCancellableSupplier
extends Object
BookingCancellableSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbookingIdentifier(UUID bookingIdentifier) cancellable(Boolean cancellable) boolean@NotNull @Valid UUIDBooking unique identifier.@NotNull BooleanWhether booking can be cancelled or not.@NotNull @Valid UUIDOwner identifier of booking.inthashCode()hotelIdentifier(UUID hotelIdentifier) voidsetBookingIdentifier(UUID bookingIdentifier) voidsetCancellable(Boolean cancellable) voidsetHotelIdentifier(UUID hotelIdentifier) toString()
-
Field Details
-
JSON_PROPERTY_HOTEL_IDENTIFIER
- See Also:
-
JSON_PROPERTY_BOOKING_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CANCELLABLE
- See Also:
-
-
Constructor Details
-
BookingCancellableSupplier
public BookingCancellableSupplier()
-
-
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
-