Class BookingChangeRQ
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.BookingChangeRQ
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class BookingChangeRQ
extends Object
Request of BookingChange operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDefines if the operation will be a simulation or an actual modification. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooking(ApiBooking booking) boolean@NotNull @Valid ApiBookingGet bookingDeprecated.Language code that defines the language of the response.@NotNull BookingChangeRQ.ModeEnumgetMode()Defines if the operation will be a simulation or an actual modification.@Valid ApiPaymentDataGet paymentDatainthashCode()mode(BookingChangeRQ.ModeEnum mode) paymentData(ApiPaymentData paymentData) voidsetBooking(ApiBooking booking) voidsetBookingId(String bookingId) voidsetLanguage(String language) voidvoidsetPaymentData(ApiPaymentData paymentData) toString()
-
Field Details
-
JSON_PROPERTY_BOOKING_ID
- See Also:
-
JSON_PROPERTY_MODE
- See Also:
-
JSON_PROPERTY_PAYMENT_DATA
- See Also:
-
JSON_PROPERTY_LANGUAGE
- See Also:
-
JSON_PROPERTY_BOOKING
- See Also:
-
-
Constructor Details
-
BookingChangeRQ
public BookingChangeRQ()
-
-
Method Details
-
bookingId
-
getBookingId
Deprecated.Get bookingId- Returns:
- bookingId
-
setBookingId
-
mode
-
getMode
Defines if the operation will be a simulation or an actual modification.- Returns:
- mode
-
setMode
-
paymentData
-
getPaymentData
Get paymentData- Returns:
- paymentData
-
setPaymentData
-
language
-
getLanguage
Language code that defines the language of the response. English will be used by default if this field is not informed.- Returns:
- language
-
setLanguage
-
booking
-
getBooking
Get booking- Returns:
- booking
-
setBooking
-
equals
-
hashCode
public int hashCode() -
toString
-