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 # Extranet Distribution API The Distribution API exposes endpoints for sales channels, connecting with affiliates, managing rates and inventory calendars and more on Wink. This API lets you: 1. Verifier: Test your availability and promotions and create test bookings to simulate the entire booking workflow. 2. Sales Channels: Manage your sales channels. 3. Explore Network: Find new affiliates to work with. 4. Inventory: Manage inventory at the sales channel-level. 5. Calendars: Manage availability calendars for all your inventory. Browse the endpoints in the left navigation bar to get started.
*
* The version of the OpenAPI document: 30.5.2
* 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.extranet.distribution.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.UUID;
import travel.wink.sdk.extranet.distribution.model.CustomMonetaryAmount;
import travel.wink.sdk.extranet.distribution.model.VariableChargeSupplierDetails;
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.*;
/**
* DailyRateRateSupplierDetails
*/
@JsonPropertyOrder({
DailyRateRateSupplierDetails.JSON_PROPERTY_IDENTIFIER,
DailyRateRateSupplierDetails.JSON_PROPERTY_HOTEL_IDENTIFIER,
DailyRateRateSupplierDetails.JSON_PROPERTY_RATE_SOURCE,
DailyRateRateSupplierDetails.JSON_PROPERTY_RATE_PLAN_IDENTIFIER,
DailyRateRateSupplierDetails.JSON_PROPERTY_GUEST_ROOM_IDENTIFIER,
DailyRateRateSupplierDetails.JSON_PROPERTY_RATE,
DailyRateRateSupplierDetails.JSON_PROPERTY_MASTER,
DailyRateRateSupplierDetails.JSON_PROPERTY_CLOSED_ON_ARRIVAL,
DailyRateRateSupplierDetails.JSON_PROPERTY_CLOSED_ON_DEPARTURE,
DailyRateRateSupplierDetails.JSON_PROPERTY_DATE,
DailyRateRateSupplierDetails.JSON_PROPERTY_QUANTITY,
DailyRateRateSupplierDetails.JSON_PROPERTY_MIN_OCCUPANCY,
DailyRateRateSupplierDetails.JSON_PROPERTY_MAX_OCCUPANCY,
DailyRateRateSupplierDetails.JSON_PROPERTY_MIN_LENGTH_OF_STAY,
DailyRateRateSupplierDetails.JSON_PROPERTY_MAX_LENGTH_OF_STAY,
DailyRateRateSupplierDetails.JSON_PROPERTY_SINGLE_OCCUPANCY_RATE_MODIFIER,
DailyRateRateSupplierDetails.JSON_PROPERTY_EXTRA_PAX_RATE_MODIFIER,
DailyRateRateSupplierDetails.JSON_PROPERTY_EXTRA_CHILD_RATE_MODIFIER
})
@JsonTypeName("DailyRateRate_SupplierDetails")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-15T11:58:01.003340498+07:00[Asia/Bangkok]")
public class DailyRateRateSupplierDetails {
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_RATE_SOURCE = "rateSource";
private String rateSource = "TRAVELIKO";
public static final String JSON_PROPERTY_RATE_PLAN_IDENTIFIER = "ratePlanIdentifier";
private UUID ratePlanIdentifier;
public static final String JSON_PROPERTY_GUEST_ROOM_IDENTIFIER = "guestRoomIdentifier";
private UUID guestRoomIdentifier;
public static final String JSON_PROPERTY_RATE = "rate";
private CustomMonetaryAmount rate;
public static final String JSON_PROPERTY_MASTER = "master";
private Boolean master = true;
public static final String JSON_PROPERTY_CLOSED_ON_ARRIVAL = "closedOnArrival";
private Boolean closedOnArrival = false;
public static final String JSON_PROPERTY_CLOSED_ON_DEPARTURE = "closedOnDeparture";
private Boolean closedOnDeparture = false;
public static final String JSON_PROPERTY_DATE = "date";
private LocalDate date;
public static final String JSON_PROPERTY_QUANTITY = "quantity";
private Integer quantity = 0;
public static final String JSON_PROPERTY_MIN_OCCUPANCY = "minOccupancy";
private Integer minOccupancy = 1;
public static final String JSON_PROPERTY_MAX_OCCUPANCY = "maxOccupancy";
private Integer maxOccupancy = 2;
public static final String JSON_PROPERTY_MIN_LENGTH_OF_STAY = "minLengthOfStay";
private Integer minLengthOfStay = -1;
public static final String JSON_PROPERTY_MAX_LENGTH_OF_STAY = "maxLengthOfStay";
private Integer maxLengthOfStay = -1;
public static final String JSON_PROPERTY_SINGLE_OCCUPANCY_RATE_MODIFIER = "singleOccupancyRateModifier";
private VariableChargeSupplierDetails singleOccupancyRateModifier;
public static final String JSON_PROPERTY_EXTRA_PAX_RATE_MODIFIER = "extraPaxRateModifier";
private VariableChargeSupplierDetails extraPaxRateModifier;
public static final String JSON_PROPERTY_EXTRA_CHILD_RATE_MODIFIER = "extraChildRateModifier";
private VariableChargeSupplierDetails extraChildRateModifier;
public DailyRateRateSupplierDetails() {
}
public DailyRateRateSupplierDetails identifier(String identifier) {
this.identifier = identifier;
return this;
}
/**
* Unique record identifier.
* @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 DailyRateRateSupplierDetails hotelIdentifier(UUID hotelIdentifier) {
this.hotelIdentifier = hotelIdentifier;
return this;
}
/**
* Owner of daily rate.
* @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 DailyRateRateSupplierDetails rateSource(String rateSource) {
this.rateSource = rateSource;
return this;
}
/**
* Indicate where this rate originated from. Leave as TRAVELIKO unless you are a channel manager and responsible for the property's rates externally of this payment.
* @return rateSource
**/
@jakarta.annotation.Nonnull
@NotNull
@JsonProperty(JSON_PROPERTY_RATE_SOURCE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public String getRateSource() {
return rateSource;
}
@JsonProperty(JSON_PROPERTY_RATE_SOURCE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setRateSource(String rateSource) {
this.rateSource = rateSource;
}
public DailyRateRateSupplierDetails ratePlanIdentifier(UUID ratePlanIdentifier) {
this.ratePlanIdentifier = ratePlanIdentifier;
return this;
}
/**
* Rate plan associated with this daily rate.
* @return ratePlanIdentifier
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_RATE_PLAN_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public UUID getRatePlanIdentifier() {
return ratePlanIdentifier;
}
@JsonProperty(JSON_PROPERTY_RATE_PLAN_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setRatePlanIdentifier(UUID ratePlanIdentifier) {
this.ratePlanIdentifier = ratePlanIdentifier;
}
public DailyRateRateSupplierDetails guestRoomIdentifier(UUID guestRoomIdentifier) {
this.guestRoomIdentifier = guestRoomIdentifier;
return this;
}
/**
* Guest room associated with this daily rate.
* @return guestRoomIdentifier
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_GUEST_ROOM_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public UUID getGuestRoomIdentifier() {
return guestRoomIdentifier;
}
@JsonProperty(JSON_PROPERTY_GUEST_ROOM_IDENTIFIER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setGuestRoomIdentifier(UUID guestRoomIdentifier) {
this.guestRoomIdentifier = guestRoomIdentifier;
}
public DailyRateRateSupplierDetails rate(CustomMonetaryAmount rate) {
this.rate = rate;
return this;
}
/**
* Get rate
* @return rate
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_RATE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public CustomMonetaryAmount getRate() {
return rate;
}
@JsonProperty(JSON_PROPERTY_RATE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setRate(CustomMonetaryAmount rate) {
this.rate = rate;
}
public DailyRateRateSupplierDetails master(Boolean master) {
this.master = master;
return this;
}
/**
* This flag indicates whether this rate is available for this date.
* @return master
**/
@jakarta.annotation.Nonnull
@NotNull
@JsonProperty(JSON_PROPERTY_MASTER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public Boolean getMaster() {
return master;
}
@JsonProperty(JSON_PROPERTY_MASTER)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setMaster(Boolean master) {
this.master = master;
}
public DailyRateRateSupplierDetails closedOnArrival(Boolean closedOnArrival) {
this.closedOnArrival = closedOnArrival;
return this;
}
/**
* This flag indicates whether a guest can arrive at the property on this date.
* @return closedOnArrival
**/
@jakarta.annotation.Nonnull
@NotNull
@JsonProperty(JSON_PROPERTY_CLOSED_ON_ARRIVAL)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public Boolean getClosedOnArrival() {
return closedOnArrival;
}
@JsonProperty(JSON_PROPERTY_CLOSED_ON_ARRIVAL)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setClosedOnArrival(Boolean closedOnArrival) {
this.closedOnArrival = closedOnArrival;
}
public DailyRateRateSupplierDetails closedOnDeparture(Boolean closedOnDeparture) {
this.closedOnDeparture = closedOnDeparture;
return this;
}
/**
* This flag indicates whether a guest can leave the property on this date.
* @return closedOnDeparture
**/
@jakarta.annotation.Nonnull
@NotNull
@JsonProperty(JSON_PROPERTY_CLOSED_ON_DEPARTURE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public Boolean getClosedOnDeparture() {
return closedOnDeparture;
}
@JsonProperty(JSON_PROPERTY_CLOSED_ON_DEPARTURE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setClosedOnDeparture(Boolean closedOnDeparture) {
this.closedOnDeparture = closedOnDeparture;
}
public DailyRateRateSupplierDetails date(LocalDate date) {
this.date = date;
return this;
}
/**
* The date this rate is applicable for.
* @return date
**/
@jakarta.annotation.Nonnull
@NotNull
@Valid
@JsonProperty(JSON_PROPERTY_DATE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public LocalDate getDate() {
return date;
}
@JsonProperty(JSON_PROPERTY_DATE)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setDate(LocalDate date) {
this.date = date;
}
public DailyRateRateSupplierDetails quantity(Integer quantity) {
this.quantity = quantity;
return this;
}
/**
* Amount of rooms available for this date.
* @return quantity
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_QUANTITY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Integer getQuantity() {
return quantity;
}
@JsonProperty(JSON_PROPERTY_QUANTITY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setQuantity(Integer quantity) {
this.quantity = quantity;
}
public DailyRateRateSupplierDetails minOccupancy(Integer minOccupancy) {
this.minOccupancy = minOccupancy;
return this;
}
/**
* Minimum number of guests allowed in a room type.
* minimum: 1
* @return minOccupancy
**/
@jakarta.annotation.Nonnull
@NotNull
@Min(1)
@JsonProperty(JSON_PROPERTY_MIN_OCCUPANCY)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public Integer getMinOccupancy() {
return minOccupancy;
}
@JsonProperty(JSON_PROPERTY_MIN_OCCUPANCY)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setMinOccupancy(Integer minOccupancy) {
this.minOccupancy = minOccupancy;
}
public DailyRateRateSupplierDetails maxOccupancy(Integer maxOccupancy) {
this.maxOccupancy = maxOccupancy;
return this;
}
/**
* Maximum number of guest allowed in a room type.
* minimum: 1
* @return maxOccupancy
**/
@jakarta.annotation.Nonnull
@NotNull
@Min(1)
@JsonProperty(JSON_PROPERTY_MAX_OCCUPANCY)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public Integer getMaxOccupancy() {
return maxOccupancy;
}
@JsonProperty(JSON_PROPERTY_MAX_OCCUPANCY)
@JsonInclude(value = JsonInclude.Include.ALWAYS)
public void setMaxOccupancy(Integer maxOccupancy) {
this.maxOccupancy = maxOccupancy;
}
public DailyRateRateSupplierDetails minLengthOfStay(Integer minLengthOfStay) {
this.minLengthOfStay = minLengthOfStay;
return this;
}
/**
* Control the minimum length of stay at the day-level. This means that a guest arriving within this date range is required to stay at least these number of days in order to get this rate. Leave empty if you don't want to update this property.
* @return minLengthOfStay
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_MIN_LENGTH_OF_STAY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Integer getMinLengthOfStay() {
return minLengthOfStay;
}
@JsonProperty(JSON_PROPERTY_MIN_LENGTH_OF_STAY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setMinLengthOfStay(Integer minLengthOfStay) {
this.minLengthOfStay = minLengthOfStay;
}
public DailyRateRateSupplierDetails maxLengthOfStay(Integer maxLengthOfStay) {
this.maxLengthOfStay = maxLengthOfStay;
return this;
}
/**
* Control the maximum length of stay at the day-level. This means that a guest arriving within this date range is required to stay no longer than these number of days in order to get this rate. Leave empty if you don't want to update this property.
* @return maxLengthOfStay
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_MAX_LENGTH_OF_STAY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Integer getMaxLengthOfStay() {
return maxLengthOfStay;
}
@JsonProperty(JSON_PROPERTY_MAX_LENGTH_OF_STAY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setMaxLengthOfStay(Integer maxLengthOfStay) {
this.maxLengthOfStay = maxLengthOfStay;
}
public DailyRateRateSupplierDetails singleOccupancyRateModifier(VariableChargeSupplierDetails singleOccupancyRateModifier) {
this.singleOccupancyRateModifier = singleOccupancyRateModifier;
return this;
}
/**
* Get singleOccupancyRateModifier
* @return singleOccupancyRateModifier
**/
@jakarta.annotation.Nullable
@Valid
@JsonProperty(JSON_PROPERTY_SINGLE_OCCUPANCY_RATE_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public VariableChargeSupplierDetails getSingleOccupancyRateModifier() {
return singleOccupancyRateModifier;
}
@JsonProperty(JSON_PROPERTY_SINGLE_OCCUPANCY_RATE_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSingleOccupancyRateModifier(VariableChargeSupplierDetails singleOccupancyRateModifier) {
this.singleOccupancyRateModifier = singleOccupancyRateModifier;
}
public DailyRateRateSupplierDetails extraPaxRateModifier(VariableChargeSupplierDetails extraPaxRateModifier) {
this.extraPaxRateModifier = extraPaxRateModifier;
return this;
}
/**
* Get extraPaxRateModifier
* @return extraPaxRateModifier
**/
@jakarta.annotation.Nullable
@Valid
@JsonProperty(JSON_PROPERTY_EXTRA_PAX_RATE_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public VariableChargeSupplierDetails getExtraPaxRateModifier() {
return extraPaxRateModifier;
}
@JsonProperty(JSON_PROPERTY_EXTRA_PAX_RATE_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setExtraPaxRateModifier(VariableChargeSupplierDetails extraPaxRateModifier) {
this.extraPaxRateModifier = extraPaxRateModifier;
}
public DailyRateRateSupplierDetails extraChildRateModifier(VariableChargeSupplierDetails extraChildRateModifier) {
this.extraChildRateModifier = extraChildRateModifier;
return this;
}
/**
* Get extraChildRateModifier
* @return extraChildRateModifier
**/
@jakarta.annotation.Nullable
@Valid
@JsonProperty(JSON_PROPERTY_EXTRA_CHILD_RATE_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public VariableChargeSupplierDetails getExtraChildRateModifier() {
return extraChildRateModifier;
}
@JsonProperty(JSON_PROPERTY_EXTRA_CHILD_RATE_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setExtraChildRateModifier(VariableChargeSupplierDetails extraChildRateModifier) {
this.extraChildRateModifier = extraChildRateModifier;
}
@Override
public boolean equals(Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
DailyRateRateSupplierDetails dailyRateRateSupplierDetails = (DailyRateRateSupplierDetails) o;
return Objects.equals(this.identifier, dailyRateRateSupplierDetails.identifier) &&
Objects.equals(this.hotelIdentifier, dailyRateRateSupplierDetails.hotelIdentifier) &&
Objects.equals(this.rateSource, dailyRateRateSupplierDetails.rateSource) &&
Objects.equals(this.ratePlanIdentifier, dailyRateRateSupplierDetails.ratePlanIdentifier) &&
Objects.equals(this.guestRoomIdentifier, dailyRateRateSupplierDetails.guestRoomIdentifier) &&
Objects.equals(this.rate, dailyRateRateSupplierDetails.rate) &&
Objects.equals(this.master, dailyRateRateSupplierDetails.master) &&
Objects.equals(this.closedOnArrival, dailyRateRateSupplierDetails.closedOnArrival) &&
Objects.equals(this.closedOnDeparture, dailyRateRateSupplierDetails.closedOnDeparture) &&
Objects.equals(this.date, dailyRateRateSupplierDetails.date) &&
Objects.equals(this.quantity, dailyRateRateSupplierDetails.quantity) &&
Objects.equals(this.minOccupancy, dailyRateRateSupplierDetails.minOccupancy) &&
Objects.equals(this.maxOccupancy, dailyRateRateSupplierDetails.maxOccupancy) &&
Objects.equals(this.minLengthOfStay, dailyRateRateSupplierDetails.minLengthOfStay) &&
Objects.equals(this.maxLengthOfStay, dailyRateRateSupplierDetails.maxLengthOfStay) &&
Objects.equals(this.singleOccupancyRateModifier, dailyRateRateSupplierDetails.singleOccupancyRateModifier) &&
Objects.equals(this.extraPaxRateModifier, dailyRateRateSupplierDetails.extraPaxRateModifier) &&
Objects.equals(this.extraChildRateModifier, dailyRateRateSupplierDetails.extraChildRateModifier);
}
@Override
public int hashCode() {
return Objects.hash(identifier, hotelIdentifier, rateSource, ratePlanIdentifier, guestRoomIdentifier, rate, master, closedOnArrival, closedOnDeparture, date, quantity, minOccupancy, maxOccupancy, minLengthOfStay, maxLengthOfStay, singleOccupancyRateModifier, extraPaxRateModifier, extraChildRateModifier);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class DailyRateRateSupplierDetails {\n");
sb.append(" identifier: ").append(toIndentedString(identifier)).append("\n");
sb.append(" hotelIdentifier: ").append(toIndentedString(hotelIdentifier)).append("\n");
sb.append(" rateSource: ").append(toIndentedString(rateSource)).append("\n");
sb.append(" ratePlanIdentifier: ").append(toIndentedString(ratePlanIdentifier)).append("\n");
sb.append(" guestRoomIdentifier: ").append(toIndentedString(guestRoomIdentifier)).append("\n");
sb.append(" rate: ").append(toIndentedString(rate)).append("\n");
sb.append(" master: ").append(toIndentedString(master)).append("\n");
sb.append(" closedOnArrival: ").append(toIndentedString(closedOnArrival)).append("\n");
sb.append(" closedOnDeparture: ").append(toIndentedString(closedOnDeparture)).append("\n");
sb.append(" date: ").append(toIndentedString(date)).append("\n");
sb.append(" quantity: ").append(toIndentedString(quantity)).append("\n");
sb.append(" minOccupancy: ").append(toIndentedString(minOccupancy)).append("\n");
sb.append(" maxOccupancy: ").append(toIndentedString(maxOccupancy)).append("\n");
sb.append(" minLengthOfStay: ").append(toIndentedString(minLengthOfStay)).append("\n");
sb.append(" maxLengthOfStay: ").append(toIndentedString(maxLengthOfStay)).append("\n");
sb.append(" singleOccupancyRateModifier: ").append(toIndentedString(singleOccupancyRateModifier)).append("\n");
sb.append(" extraPaxRateModifier: ").append(toIndentedString(extraPaxRateModifier)).append("\n");
sb.append(" extraChildRateModifier: ").append(toIndentedString(extraChildRateModifier)).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 ");
}
}