Package travel.wink.sdk.extranet.model
Class BookingTestRequest
java.lang.Object
travel.wink.sdk.extranet.model.BookingTestRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-11-08T09:36:20.822132243+07:00[Asia/Bangkok]")
public class BookingTestRequest
extends Object
BookingTestRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Valid BookingTestNotificationGet notification@NotNull @Valid RateTestergetQuery()Get query@NotNull @Valid RoomConfigurationPricegetRoom()Get roominthashCode()notification(BookingTestNotification notification) query(RateTester query) room(RoomConfigurationPrice room) voidsetNotification(BookingTestNotification notification) voidsetQuery(RateTester query) voidtoString()
-
Field Details
-
JSON_PROPERTY_QUERY
- See Also:
-
JSON_PROPERTY_ROOM
- See Also:
-
JSON_PROPERTY_NOTIFICATION
- See Also:
-
-
Constructor Details
-
BookingTestRequest
public BookingTestRequest()
-
-
Method Details
-
query
-
getQuery
Get query- Returns:
- query
-
setQuery
-
room
-
getRoom
Get room- Returns:
- room
-
setRoom
-
notification
-
getNotification
Get notification- Returns:
- notification
-
setNotification
-
equals
-
hashCode
public int hashCode() -
toString
-