Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* Wink API
* # Introduction Welcome to the Wink API - A programmer-friendly way to manage, sell and book travel inventory on the Wink platform. The API gives you all the tools you need to ready your properties and inventory for sale across 1000s of our native sales channels. Integrators, affiliates, travel agents and content creators have the ability search for your travel inventory and promote / sell it in a wide variety of ways. # Integrations We have already integrated with the most well-known channel managers so you don't have to. To see our current integrations, please go to https://extranet.wink.travel and scroll to Connectivity section. Once your properties are set up, you can finish the setup by mapping your property to Wink using your channel manager partner portal. If your properties don't have a channel manager, you can easily manage rates and availability with this API. # Intended Audience Programmers are [most likely] a requirement to start integrating with Wink. Companies and organizations that would most benefit from integrating with us are new and existing travel companies that have relationships with suppliers and that need an advanced system from which to manage their travel inventory and get that same inventory out to as many eyeballs as possible at the lowest price possible. - Hotel chains - Hotel brands - Travel tech companies - Destination sites - Integrators - Aggregators - Destination management companies - Travel agencies - OTAs ## APIs Not every integrator needs every API. For that reason, we have separated APIs into context. ### Test API - [Ping](/ping): The Ping API is a quick test endpoint to verify that your credentials work Wink. ### Common APIs - [Notifications](/notifications): The Notifications API is a way for us to stay in touch with your user, property or affiliate account. - [User Settings](/user-settings): The User Settings API exposes endpoints to allow 3rd party integrators to communicate with Wink. ### Consume APIs Consume endpoints are for developers who want to find existing travel inventory and either book it or use it to advertise through one of their Wink affiliate accounts. - [Configuration](/engine-client): A single endpoint to retrieve whitelabel + customization information for the booking engine. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Booking](/booking): All APIs related to creating bookings on the platform. - [Travel Agent](/travel-agent): The Travel Agent API exposes endpoints to manage agent-facilitated bookings. ### Produce APIs Produce endpoints are for developers who want to create and manage travel inventory. #### Property - [Property registration](/extranet/property/register): As a producer, this is, oftentimes, where you start your journey. These endpoints let you create properties on Wink. - [Property](/extranet/property): This collection of property endpoints are mostly management endpoints that let you display, change status and similar for your existing properties. - [Facilities](/extranet/facilities): This collection of endpoints let you manage facilities; such as room types. - [Experiences](/extranet/experiences): This collection of endpoints let you manage experiences, such as activities. - [Monetize](/extranet/monetize): The Monetize API exposes endpoints for managing cancellation polies, rate plans, promotions and more on Wink. - [Distribution](/extranet/distribution): The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. - [Property Booking](/extranet/booking): The Property Booking API exposes endpoints for managing bookings and reviews at the property-level. #### Affiliate - [Affiliate](/affiliate): This collection of affiliate endpoints are mostly management endpoints that let you display, change status and similar for your existing accounts. - [Browse](/affiliate/browse): The Browse API exposes endpoints for affiliates to find suppliers and inventory to sell. - [Inventory](/affiliate/inventory): The Inventory API exposes endpoints for affiliates to manage the inventory they want to sell and how they want to sell it. - [Sales Channel](/affiliate/sales-channel): The Sales Channel API exposes endpoints for affiliates to manage existing sales channels as well as find new ones. - [WinkLinks](/affiliate/winklinks): The WinkLinks API exposes endpoints for affiliates to manage their WinkLinks page. #### Rate provider - [Channel manager](/channel-manager): The Channel Manager API enables external channel manager partners to map, exchange rate / availability information with us as well as be informed of bookings that occur on the Wink platform for one of their properties. ### Taxonomy APIs Taxonomy endpoints are for developers who want to consume and produce travel inventory and need taxonomies of standard and non-standard codes for inventory types, classes, statuses etc. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. ### Insight APIs Insight endpoints do exactly what the name implies - They offer platform-level insight into the activities of producers and consumers. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. ### Payment APIs Payment endpoints are for developers who want to purchase travel inventory. This can be done via the API as a registered Travel Agent or using our API in conjunction with our PCI compliant payment widget for all other entities. - [TripPay](/payment): All APIs related to TripPay account management, booking, mapping and integration features. ## SDKs We are actively working on supporting the most used languages out there. If you don't see your language here, reach out to us with a request to officially add your language. In the meantime, if you want to roll your own SDK, you can do so by downloading the OpenAPI spec and using one of the many available OpenAPI generators available: [https://openapi-generator.tech/docs/generators](https://openapi-generator.tech/docs/generators). - Java SDK [https://github.com/wink-travel/wink-sdk-java](https://github.com/wink-travel/wink-sdk-java) ## Usage These features are made available to you via a [REST API](https://en.wikipedia.org/wiki/Representational_state_transfer). This API is language agnostic. ## Versioning We chose to version our endpoints in a way that we hope affects your integration minimally. You request the version of our API you wish to work with via the `Wink-Version` header. When it's time for you to upgrade, you only have to change the version number to get access to our updated endpoints. ## Release history - Follow updates on Github: https://github.com/wink-travel/wink-sdk-java/blob/master/CHANGELOG.md # Booking Engine API Welcome to the Booking Engine API - A programmer-friendly way to book inventory that was found on our platform. This API lets you: 1. Shopping Cart: Manage shopping cart. 2. Checkout: Move shopping cart items through the payment workflow. 3. Booking: Move selected inventory through to booking completion. 4. Review: Leave a review after a completed stay. Browse the endpoints in the left navigation bar to get started.
*
* The version of the OpenAPI document: 30.5.13
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package travel.wink.sdk.booking.model;
import java.util.Objects;
import java.util.Arrays;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.fasterxml.jackson.annotation.JsonValue;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.UUID;
import travel.wink.sdk.booking.model.BookingAncillaryAuthenticatedEntity;
import travel.wink.sdk.booking.model.BookingUserRequestAuthenticatedEntity;
import travel.wink.sdk.booking.model.CustomMonetaryAmount;
import travel.wink.sdk.booking.model.HotelOnMapAuthenticatedEntity;
import travel.wink.sdk.booking.model.RoomConfigurationAuthenticatedEntity;
import travel.wink.sdk.booking.model.RoomStayAuthenticatedEntity;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.fasterxml.jackson.annotation.JsonTypeName;
import jakarta.validation.constraints.*;
import jakarta.validation.Valid;
import org.hibernate.validator.constraints.*;
/**
* List of priced shopping cart items. Each entry is a separately booked room.
*/
@JsonPropertyOrder({
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_IDENTIFIER,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_HOTEL_IDENTIFIER,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_START_DATE,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_END_DATE,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_ROOM_CONFIGURATION,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_PROMOTIONAL_CODES,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_ROOM_RATE_IDENTIFIER,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_BEDROOM_CONFIGURATION_IDENTIFIER,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_ANCILLARIES,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_SPECIAL_REQUESTS,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_USER,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_HOTEL,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_STAY,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_COMMISSIONABLE,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_COMMISSION,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_LANGUAGE,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_CURRENCY,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_LIFESTYLE,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_SOURCE_TOTAL,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL,
RealtimeShoppingCartItemAuthenticatedEntity.JSON_PROPERTY_INTERNAL_TOTAL
})
@JsonTypeName("RealtimeShoppingCartItem_Authenticated_Entity")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-04T20:21:21.186005100+07:00[Asia/Bangkok]")
public class RealtimeShoppingCartItemAuthenticatedEntity {
public static final String JSON_PROPERTY_IDENTIFIER = "identifier";
private String identifier;
public static final String JSON_PROPERTY_HOTEL_IDENTIFIER = "hotelIdentifier";
private UUID hotelIdentifier;
public static final String JSON_PROPERTY_START_DATE = "startDate";
private LocalDate startDate;
public static final String JSON_PROPERTY_END_DATE = "endDate";
private LocalDate endDate;
public static final String JSON_PROPERTY_ROOM_CONFIGURATION = "roomConfiguration";
private RoomConfigurationAuthenticatedEntity roomConfiguration;
public static final String JSON_PROPERTY_PROMOTIONAL_CODES = "promotionalCodes";
private List promotionalCodes;
public static final String JSON_PROPERTY_ROOM_RATE_IDENTIFIER = "roomRateIdentifier";
private UUID roomRateIdentifier;
public static final String JSON_PROPERTY_BEDROOM_CONFIGURATION_IDENTIFIER = "bedroomConfigurationIdentifier";
private String bedroomConfigurationIdentifier;
public static final String JSON_PROPERTY_ANCILLARIES = "ancillaries";
private List ancillaries;
public static final String JSON_PROPERTY_SPECIAL_REQUESTS = "specialRequests";
private String specialRequests;
public static final String JSON_PROPERTY_USER = "user";
private BookingUserRequestAuthenticatedEntity user;
public static final String JSON_PROPERTY_HOTEL = "hotel";
private HotelOnMapAuthenticatedEntity hotel;
public static final String JSON_PROPERTY_STAY = "stay";
private RoomStayAuthenticatedEntity stay;
public static final String JSON_PROPERTY_COMMISSIONABLE = "commissionable";
private Boolean commissionable;
public static final String JSON_PROPERTY_COMMISSION = "commission";
private Float commission;
public static final String JSON_PROPERTY_LANGUAGE = "language";
private String language;
public static final String JSON_PROPERTY_CURRENCY = "currency";
private String currency;
/**
* Control which lifestyle context your user was in.
*/
public enum LifestyleEnum {
HEALTH_FITNESS("LIFESTYLE_HEALTH_FITNESS"),
RELAX("LIFESTYLE_RELAX"),
ADULT_ONLY("LIFESTYLE_ADULT_ONLY"),
ADVENTURE("LIFESTYLE_ADVENTURE"),
BUSINESS("LIFESTYLE_BUSINESS"),
LGBT("LIFESTYLE_LGBT"),
SINGLE_PARENT("LIFESTYLE_SINGLE_PARENT"),
SOLO_FEMALE("LIFESTYLE_SOLO_FEMALE"),
BEAUTY("LIFESTYLE_BEAUTY"),
FOODIE("LIFESTYLE_FOODIE"),
FAMILY("LIFESTYLE_FAMILY"),
ROMANCE("LIFESTYLE_ROMANCE"),
COUPLE("LIFESTYLE_COUPLE"),
SOLO("LIFESTYLE_SOLO"),
BACKPACKER("LIFESTYLE_BACKPACKER"),
SHOPPING("LIFESTYLE_SHOPPING"),
SPORTS("LIFESTYLE_SPORTS"),
MOUNTAIN("LIFESTYLE_MOUNTAIN"),
BEACH("LIFESTYLE_BEACH"),
CITY("LIFESTYLE_CITY"),
COUNTRY("LIFESTYLE_COUNTRY"),
CULTURE("LIFESTYLE_CULTURE"),
ECO("LIFESTYLE_ECO");
private String value;
LifestyleEnum(String value) {
this.value = value;
}
@JsonValue
public String getValue() {
return value;
}
@Override
public String toString() {
return String.valueOf(value);
}
@JsonCreator
public static LifestyleEnum fromValue(String value) {
for (LifestyleEnum b : LifestyleEnum.values()) {
if (b.value.equals(value)) {
return b;
}
}
throw new IllegalArgumentException("Unexpected value '" + value + "'");
}
}
public static final String JSON_PROPERTY_LIFESTYLE = "lifestyle";
private LifestyleEnum lifestyle;
public static final String JSON_PROPERTY_SOURCE_TOTAL = "sourceTotal";
private CustomMonetaryAmount sourceTotal;
public static final String JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL = "userSpecifiedCurrencyTotal";
private CustomMonetaryAmount userSpecifiedCurrencyTotal;
public static final String JSON_PROPERTY_INTERNAL_TOTAL = "internalTotal";
private CustomMonetaryAmount internalTotal;
public RealtimeShoppingCartItemAuthenticatedEntity() {
}
public RealtimeShoppingCartItemAuthenticatedEntity identifier(String identifier) {
this.identifier = identifier;
return this;
}
/**
* identifier for item in cart
* @return identifier
**/
@jakarta.annotation.Nonnull
@NotNull
@JsonProperty(JSON_PROPERTY_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public String getIdentifier() {
return identifier;
}
@JsonProperty(JSON_PROPERTY_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setIdentifier(String identifier) {
this.identifier = identifier;
}
public RealtimeShoppingCartItemAuthenticatedEntity hotelIdentifier(UUID hotelIdentifier) {
this.hotelIdentifier = hotelIdentifier;
return this;
}
/**
* Unique hotel record identifier.
* @return hotelIdentifier
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_HOTEL_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public UUID getHotelIdentifier() {
return hotelIdentifier;
}
@JsonProperty(JSON_PROPERTY_HOTEL_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setHotelIdentifier(UUID hotelIdentifier) {
this.hotelIdentifier = hotelIdentifier;
}
public RealtimeShoppingCartItemAuthenticatedEntity startDate(LocalDate startDate) {
this.startDate = startDate;
return this;
}
/**
* Date when guest arrives on the premises.
* @return startDate
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_START_DATE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public LocalDate getStartDate() {
return startDate;
}
@JsonProperty(JSON_PROPERTY_START_DATE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setStartDate(LocalDate startDate) {
this.startDate = startDate;
}
public RealtimeShoppingCartItemAuthenticatedEntity endDate(LocalDate endDate) {
this.endDate = endDate;
return this;
}
/**
* Date when guest departs the premises.
* @return endDate
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_END_DATE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public LocalDate getEndDate() {
return endDate;
}
@JsonProperty(JSON_PROPERTY_END_DATE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setEndDate(LocalDate endDate) {
this.endDate = endDate;
}
public RealtimeShoppingCartItemAuthenticatedEntity roomConfiguration(RoomConfigurationAuthenticatedEntity roomConfiguration) {
this.roomConfiguration = roomConfiguration;
return this;
}
/**
* Get roomConfiguration
* @return roomConfiguration
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_ROOM_CONFIGURATION)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public RoomConfigurationAuthenticatedEntity getRoomConfiguration() {
return roomConfiguration;
}
@JsonProperty(JSON_PROPERTY_ROOM_CONFIGURATION)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setRoomConfiguration(RoomConfigurationAuthenticatedEntity roomConfiguration) {
this.roomConfiguration = roomConfiguration;
}
public RealtimeShoppingCartItemAuthenticatedEntity promotionalCodes(List promotionalCodes) {
this.promotionalCodes = promotionalCodes;
return this;
}
public RealtimeShoppingCartItemAuthenticatedEntity addPromotionalCodesItem(String promotionalCodesItem) {
if (this.promotionalCodes == null) {
this.promotionalCodes = new ArrayList<>();
}
this.promotionalCodes.add(promotionalCodesItem);
return this;
}
/**
* Get promotionalCodes
* @return promotionalCodes
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_PROMOTIONAL_CODES)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public List getPromotionalCodes() {
return promotionalCodes;
}
@JsonProperty(JSON_PROPERTY_PROMOTIONAL_CODES)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setPromotionalCodes(List promotionalCodes) {
this.promotionalCodes = promotionalCodes;
}
public RealtimeShoppingCartItemAuthenticatedEntity roomRateIdentifier(UUID roomRateIdentifier) {
this.roomRateIdentifier = roomRateIdentifier;
return this;
}
/**
* The unique master rate that made the guest room / rate plan available for sale.
* @return roomRateIdentifier
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_ROOM_RATE_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public UUID getRoomRateIdentifier() {
return roomRateIdentifier;
}
@JsonProperty(JSON_PROPERTY_ROOM_RATE_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setRoomRateIdentifier(UUID roomRateIdentifier) {
this.roomRateIdentifier = roomRateIdentifier;
}
public RealtimeShoppingCartItemAuthenticatedEntity bedroomConfigurationIdentifier(String bedroomConfigurationIdentifier) {
this.bedroomConfigurationIdentifier = bedroomConfigurationIdentifier;
return this;
}
/**
* Guest can optionally request a specific bedroom layout if the room type is set up with multiple layout choices.
* @return bedroomConfigurationIdentifier
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_BEDROOM_CONFIGURATION_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getBedroomConfigurationIdentifier() {
return bedroomConfigurationIdentifier;
}
@JsonProperty(JSON_PROPERTY_BEDROOM_CONFIGURATION_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setBedroomConfigurationIdentifier(String bedroomConfigurationIdentifier) {
this.bedroomConfigurationIdentifier = bedroomConfigurationIdentifier;
}
public RealtimeShoppingCartItemAuthenticatedEntity ancillaries(List ancillaries) {
this.ancillaries = ancillaries;
return this;
}
public RealtimeShoppingCartItemAuthenticatedEntity addAncillariesItem(BookingAncillaryAuthenticatedEntity ancillariesItem) {
if (this.ancillaries == null) {
this.ancillaries = new ArrayList<>();
}
this.ancillaries.add(ancillariesItem);
return this;
}
/**
* Get ancillaries
* @return ancillaries
**/
@jakarta.annotation.Nullable
@Valid
@JsonProperty(JSON_PROPERTY_ANCILLARIES)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public List getAncillaries() {
return ancillaries;
}
@JsonProperty(JSON_PROPERTY_ANCILLARIES)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setAncillaries(List ancillaries) {
this.ancillaries = ancillaries;
}
public RealtimeShoppingCartItemAuthenticatedEntity specialRequests(String specialRequests) {
this.specialRequests = specialRequests;
return this;
}
/**
* A guest can send a special request to the hotel in free-text here.
* @return specialRequests
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_SPECIAL_REQUESTS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getSpecialRequests() {
return specialRequests;
}
@JsonProperty(JSON_PROPERTY_SPECIAL_REQUESTS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSpecialRequests(String specialRequests) {
this.specialRequests = specialRequests;
}
public RealtimeShoppingCartItemAuthenticatedEntity user(BookingUserRequestAuthenticatedEntity user) {
this.user = user;
return this;
}
/**
* Get user
* @return user
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_USER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public BookingUserRequestAuthenticatedEntity getUser() {
return user;
}
@JsonProperty(JSON_PROPERTY_USER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setUser(BookingUserRequestAuthenticatedEntity user) {
this.user = user;
}
public RealtimeShoppingCartItemAuthenticatedEntity hotel(HotelOnMapAuthenticatedEntity hotel) {
this.hotel = hotel;
return this;
}
/**
* Get hotel
* @return hotel
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_HOTEL)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public HotelOnMapAuthenticatedEntity getHotel() {
return hotel;
}
@JsonProperty(JSON_PROPERTY_HOTEL)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setHotel(HotelOnMapAuthenticatedEntity hotel) {
this.hotel = hotel;
}
public RealtimeShoppingCartItemAuthenticatedEntity stay(RoomStayAuthenticatedEntity stay) {
this.stay = stay;
return this;
}
/**
* Get stay
* @return stay
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_STAY)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public RoomStayAuthenticatedEntity getStay() {
return stay;
}
@JsonProperty(JSON_PROPERTY_STAY)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setStay(RoomStayAuthenticatedEntity stay) {
this.stay = stay;
}
public RealtimeShoppingCartItemAuthenticatedEntity commissionable(Boolean commissionable) {
this.commissionable = commissionable;
return this;
}
/**
* Whether this package is commissionable based on the incoming sales channel.
* @return commissionable
**/
@jakarta.annotation.Nonnull
@NotNull
@JsonProperty(JSON_PROPERTY_COMMISSIONABLE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public Boolean getCommissionable() {
return commissionable;
}
@JsonProperty(JSON_PROPERTY_COMMISSIONABLE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setCommissionable(Boolean commissionable) {
this.commissionable = commissionable;
}
public RealtimeShoppingCartItemAuthenticatedEntity commission(Float commission) {
this.commission = commission;
return this;
}
/**
* The commission percentage.
* @return commission
**/
@jakarta.annotation.Nonnull
@NotNull
@JsonProperty(JSON_PROPERTY_COMMISSION)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public Float getCommission() {
return commission;
}
@JsonProperty(JSON_PROPERTY_COMMISSION)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setCommission(Float commission) {
this.commission = commission;
}
public RealtimeShoppingCartItemAuthenticatedEntity language(String language) {
this.language = language;
return this;
}
/**
* User's language preference
* @return language
**/
@jakarta.annotation.Nonnull
@NotNull
@JsonProperty(JSON_PROPERTY_LANGUAGE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public String getLanguage() {
return language;
}
@JsonProperty(JSON_PROPERTY_LANGUAGE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setLanguage(String language) {
this.language = language;
}
public RealtimeShoppingCartItemAuthenticatedEntity currency(String currency) {
this.currency = currency;
return this;
}
/**
* User's currency preference
* @return currency
**/
@jakarta.annotation.Nonnull
@NotNull
@JsonProperty(JSON_PROPERTY_CURRENCY)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public String getCurrency() {
return currency;
}
@JsonProperty(JSON_PROPERTY_CURRENCY)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setCurrency(String currency) {
this.currency = currency;
}
public RealtimeShoppingCartItemAuthenticatedEntity lifestyle(LifestyleEnum lifestyle) {
this.lifestyle = lifestyle;
return this;
}
/**
* Control which lifestyle context your user was in.
* @return lifestyle
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_LIFESTYLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public LifestyleEnum getLifestyle() {
return lifestyle;
}
@JsonProperty(JSON_PROPERTY_LIFESTYLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setLifestyle(LifestyleEnum lifestyle) {
this.lifestyle = lifestyle;
}
public RealtimeShoppingCartItemAuthenticatedEntity sourceTotal(CustomMonetaryAmount sourceTotal) {
this.sourceTotal = sourceTotal;
return this;
}
/**
* Get sourceTotal
* @return sourceTotal
**/
@jakarta.annotation.Nullable
@Valid
@JsonProperty(JSON_PROPERTY_SOURCE_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public CustomMonetaryAmount getSourceTotal() {
return sourceTotal;
}
@JsonProperty(JSON_PROPERTY_SOURCE_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourceTotal(CustomMonetaryAmount sourceTotal) {
this.sourceTotal = sourceTotal;
}
public RealtimeShoppingCartItemAuthenticatedEntity userSpecifiedCurrencyTotal(CustomMonetaryAmount userSpecifiedCurrencyTotal) {
this.userSpecifiedCurrencyTotal = userSpecifiedCurrencyTotal;
return this;
}
/**
* Get userSpecifiedCurrencyTotal
* @return userSpecifiedCurrencyTotal
**/
@jakarta.annotation.Nullable
@Valid
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public CustomMonetaryAmount getUserSpecifiedCurrencyTotal() {
return userSpecifiedCurrencyTotal;
}
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setUserSpecifiedCurrencyTotal(CustomMonetaryAmount userSpecifiedCurrencyTotal) {
this.userSpecifiedCurrencyTotal = userSpecifiedCurrencyTotal;
}
public RealtimeShoppingCartItemAuthenticatedEntity internalTotal(CustomMonetaryAmount internalTotal) {
this.internalTotal = internalTotal;
return this;
}
/**
* Get internalTotal
* @return internalTotal
**/
@jakarta.annotation.Nullable
@Valid
@JsonProperty(JSON_PROPERTY_INTERNAL_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public CustomMonetaryAmount getInternalTotal() {
return internalTotal;
}
@JsonProperty(JSON_PROPERTY_INTERNAL_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setInternalTotal(CustomMonetaryAmount internalTotal) {
this.internalTotal = internalTotal;
}
@Override
public boolean equals(Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
RealtimeShoppingCartItemAuthenticatedEntity realtimeShoppingCartItemAuthenticatedEntity = (RealtimeShoppingCartItemAuthenticatedEntity) o;
return Objects.equals(this.identifier, realtimeShoppingCartItemAuthenticatedEntity.identifier) &&
Objects.equals(this.hotelIdentifier, realtimeShoppingCartItemAuthenticatedEntity.hotelIdentifier) &&
Objects.equals(this.startDate, realtimeShoppingCartItemAuthenticatedEntity.startDate) &&
Objects.equals(this.endDate, realtimeShoppingCartItemAuthenticatedEntity.endDate) &&
Objects.equals(this.roomConfiguration, realtimeShoppingCartItemAuthenticatedEntity.roomConfiguration) &&
Objects.equals(this.promotionalCodes, realtimeShoppingCartItemAuthenticatedEntity.promotionalCodes) &&
Objects.equals(this.roomRateIdentifier, realtimeShoppingCartItemAuthenticatedEntity.roomRateIdentifier) &&
Objects.equals(this.bedroomConfigurationIdentifier, realtimeShoppingCartItemAuthenticatedEntity.bedroomConfigurationIdentifier) &&
Objects.equals(this.ancillaries, realtimeShoppingCartItemAuthenticatedEntity.ancillaries) &&
Objects.equals(this.specialRequests, realtimeShoppingCartItemAuthenticatedEntity.specialRequests) &&
Objects.equals(this.user, realtimeShoppingCartItemAuthenticatedEntity.user) &&
Objects.equals(this.hotel, realtimeShoppingCartItemAuthenticatedEntity.hotel) &&
Objects.equals(this.stay, realtimeShoppingCartItemAuthenticatedEntity.stay) &&
Objects.equals(this.commissionable, realtimeShoppingCartItemAuthenticatedEntity.commissionable) &&
Objects.equals(this.commission, realtimeShoppingCartItemAuthenticatedEntity.commission) &&
Objects.equals(this.language, realtimeShoppingCartItemAuthenticatedEntity.language) &&
Objects.equals(this.currency, realtimeShoppingCartItemAuthenticatedEntity.currency) &&
Objects.equals(this.lifestyle, realtimeShoppingCartItemAuthenticatedEntity.lifestyle) &&
Objects.equals(this.sourceTotal, realtimeShoppingCartItemAuthenticatedEntity.sourceTotal) &&
Objects.equals(this.userSpecifiedCurrencyTotal, realtimeShoppingCartItemAuthenticatedEntity.userSpecifiedCurrencyTotal) &&
Objects.equals(this.internalTotal, realtimeShoppingCartItemAuthenticatedEntity.internalTotal);
}
@Override
public int hashCode() {
return Objects.hash(identifier, hotelIdentifier, startDate, endDate, roomConfiguration, promotionalCodes, roomRateIdentifier, bedroomConfigurationIdentifier, ancillaries, specialRequests, user, hotel, stay, commissionable, commission, language, currency, lifestyle, sourceTotal, userSpecifiedCurrencyTotal, internalTotal);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class RealtimeShoppingCartItemAuthenticatedEntity {\n");
sb.append(" identifier: ").append(toIndentedString(identifier)).append("\n");
sb.append(" hotelIdentifier: ").append(toIndentedString(hotelIdentifier)).append("\n");
sb.append(" startDate: ").append(toIndentedString(startDate)).append("\n");
sb.append(" endDate: ").append(toIndentedString(endDate)).append("\n");
sb.append(" roomConfiguration: ").append(toIndentedString(roomConfiguration)).append("\n");
sb.append(" promotionalCodes: ").append(toIndentedString(promotionalCodes)).append("\n");
sb.append(" roomRateIdentifier: ").append(toIndentedString(roomRateIdentifier)).append("\n");
sb.append(" bedroomConfigurationIdentifier: ").append(toIndentedString(bedroomConfigurationIdentifier)).append("\n");
sb.append(" ancillaries: ").append(toIndentedString(ancillaries)).append("\n");
sb.append(" specialRequests: ").append(toIndentedString(specialRequests)).append("\n");
sb.append(" user: ").append(toIndentedString(user)).append("\n");
sb.append(" hotel: ").append(toIndentedString(hotel)).append("\n");
sb.append(" stay: ").append(toIndentedString(stay)).append("\n");
sb.append(" commissionable: ").append(toIndentedString(commissionable)).append("\n");
sb.append(" commission: ").append(toIndentedString(commission)).append("\n");
sb.append(" language: ").append(toIndentedString(language)).append("\n");
sb.append(" currency: ").append(toIndentedString(currency)).append("\n");
sb.append(" lifestyle: ").append(toIndentedString(lifestyle)).append("\n");
sb.append(" sourceTotal: ").append(toIndentedString(sourceTotal)).append("\n");
sb.append(" userSpecifiedCurrencyTotal: ").append(toIndentedString(userSpecifiedCurrencyTotal)).append("\n");
sb.append(" internalTotal: ").append(toIndentedString(internalTotal)).append("\n");
sb.append("}");
return sb.toString();
}
/**
* Convert the given object to string with each line indented by 4 spaces
* (except the first line).
*/
private String toIndentedString(Object o) {
if (o == null) {
return "null";
}
return o.toString().replace("\n", "\n ");
}
}