travel.wink.sdk.affiliate.model.StayRateAffiliate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of affiliate-sdk-java Show documentation
Show all versions of affiliate-sdk-java Show documentation
Java SDK for the wink Affiliate API
/*
* Wink API
* ## APIs Not every integrator needs every APIs. For that reason, we have separated APIs into context. - [Affiliate](/affiliate): All APIs related to selling travel inventory as an affiliate. - [Analytics](/analytics): All APIs related to tracking metrics across a wide variety of data source segments including, more entertaining, leaderboard metrics. - [Booking](/booking): All APIs related to creating platform bookings. - [Channel Manager](/channel-manager): All APIs related to channel managers who want to integrate with our platform. - [Extranet](/extranet): All APIs related to managing travel inventory and suppliers. - [Inventory](/inventory): All APIs related to retrieve known travel inventory as it was found using the Lookup API.. - [Lookup](/lookup): All APIs related to locating inventory by region, locale and property flags. - [Reference](/reference): All APIs related to retrieving platform-supported taxonomies. - [TripPay Acquiring](/payment-acquiring): All APIs related to capture payment details such as a Stripe payment intent. - [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 with us the least. 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 - 2022-10-15: v2.0 - Removed HATEOAS and added Wink-Version header - 2022-05-08: v1 - Exposed channel manager API - 2021-07-01: v1 - Initial release # Affiliate API Welcome to the Affiliate API - A programmer-friendly way to search for and display bespoke travel inventory for your audience. Use this API to help you prepare travel inventory for sale. # Intended Audience Programmers are a requirement to start integrating with wink. You will benefit from an API integration if you are new or existing travel related company that want easy access to great inventory.## Examples: - Hotel brands / chains that want to make their own booking engine - Travel tech companies that want to create the next hot mobile travel app - Destination sites that want to make their own booking engine - Bloggers and influencers who want to sell travel inventory to their audience - OTAs that want access direct relationships with suppliers and better quality hotel inventory
*
* The version of the OpenAPI document: 24.0.0
* 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.affiliate.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 io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.ArrayList;
import java.util.List;
import travel.wink.sdk.affiliate.model.MoneysAffiliate;
import travel.wink.sdk.affiliate.model.QuoteAffiliate;
import travel.wink.sdk.affiliate.model.SimpleDescriptionAffiliate;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.fasterxml.jackson.annotation.JsonTypeName;
import javax.validation.constraints.*;
import javax.validation.Valid;
import org.hibernate.validator.constraints.*;
/**
* Price details
*/
@ApiModel(description = "Price details")
@JsonPropertyOrder({
StayRateAffiliate.JSON_PROPERTY_USER_SPECIFIED_CURRENCY_BASE_TOTAL,
StayRateAffiliate.JSON_PROPERTY_SOURCE_BASE_TOTAL,
StayRateAffiliate.JSON_PROPERTY_INTERNAL_BASE_TOTAL,
StayRateAffiliate.JSON_PROPERTY_SOURCE_EXTRA_PAX_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_INTERNAL_EXTRA_PAX_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_USER_SPECIFIED_CURRENCY_EXTRA_PAX_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_SOURCE_EXTRA_CHILD_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_INTERNAL_EXTRA_CHILD_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_USER_SPECIFIED_CURRENCY_EXTRA_CHILD_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_SOURCE_SINGLE_OCCUPANT_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_INTERNAL_SINGLE_OCCUPANT_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_USER_SPECIFIED_CURRENCY_SINGLE_OCCUPANT_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_SOURCE_PROMOTIONAL_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_INTERNAL_PROMOTIONAL_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_USER_SPECIFIED_CURRENCY_PROMOTIONAL_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_SOURCE_PREMIUM_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_INTERNAL_PREMIUM_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_USER_SPECIFIED_CURRENCY_PREMIUM_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_SOURCE_CHANNEL_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_INTERNAL_CHANNEL_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_USER_SPECIFIED_CURRENCY_CHANNEL_MODIFIER,
StayRateAffiliate.JSON_PROPERTY_QUANTITY,
StayRateAffiliate.JSON_PROPERTY_MIN_OCCUPANCY,
StayRateAffiliate.JSON_PROPERTY_MAX_OCCUPANCY,
StayRateAffiliate.JSON_PROPERTY_RATE_SOURCE,
StayRateAffiliate.JSON_PROPERTY_PROMOTIONAL_DISCOUNT_PERCENT,
StayRateAffiliate.JSON_PROPERTY_CHANNEL_DISCOUNT_PERCENT,
StayRateAffiliate.JSON_PROPERTY_PREMIUM_PERCENT,
StayRateAffiliate.JSON_PROPERTY_AVAILABLE,
StayRateAffiliate.JSON_PROPERTY_SOURCE_TO_USER_CURRENCY_QUOTE,
StayRateAffiliate.JSON_PROPERTY_SOURCE_TO_INTERNAL_CURRENCY_QUOTE,
StayRateAffiliate.JSON_PROPERTY_OFFER_DETAILS,
StayRateAffiliate.JSON_PROPERTY_PROMOTIONAL_CODES,
StayRateAffiliate.JSON_PROPERTY_TOTAL_DISCOUNT_PERCENT,
StayRateAffiliate.JSON_PROPERTY_SOURCE_TOTAL,
StayRateAffiliate.JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL,
StayRateAffiliate.JSON_PROPERTY_INTERNAL_TOTAL,
StayRateAffiliate.JSON_PROPERTY_USER_SPECIFIED_CURRENCY_AVERAGE_PRICE_PER_NIGHT,
StayRateAffiliate.JSON_PROPERTY_INTERNAL_AVERAGE_PRICE_PER_NIGHT,
StayRateAffiliate.JSON_PROPERTY_SOURCE_AVERAGE_PRICE_PER_NIGHT
})
@JsonTypeName("StayRate_Affiliate")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-03-06T16:56:30.815925180+07:00[Asia/Bangkok]")
public class StayRateAffiliate {
public static final String JSON_PROPERTY_USER_SPECIFIED_CURRENCY_BASE_TOTAL = "userSpecifiedCurrencyBaseTotal";
private MoneysAffiliate userSpecifiedCurrencyBaseTotal;
public static final String JSON_PROPERTY_SOURCE_BASE_TOTAL = "sourceBaseTotal";
private MoneysAffiliate sourceBaseTotal;
public static final String JSON_PROPERTY_INTERNAL_BASE_TOTAL = "internalBaseTotal";
private MoneysAffiliate internalBaseTotal;
public static final String JSON_PROPERTY_SOURCE_EXTRA_PAX_MODIFIER = "sourceExtraPaxModifier";
private Double sourceExtraPaxModifier;
public static final String JSON_PROPERTY_INTERNAL_EXTRA_PAX_MODIFIER = "internalExtraPaxModifier";
private Double internalExtraPaxModifier;
public static final String JSON_PROPERTY_USER_SPECIFIED_CURRENCY_EXTRA_PAX_MODIFIER = "userSpecifiedCurrencyExtraPaxModifier";
private Double userSpecifiedCurrencyExtraPaxModifier;
public static final String JSON_PROPERTY_SOURCE_EXTRA_CHILD_MODIFIER = "sourceExtraChildModifier";
private Double sourceExtraChildModifier;
public static final String JSON_PROPERTY_INTERNAL_EXTRA_CHILD_MODIFIER = "internalExtraChildModifier";
private Double internalExtraChildModifier;
public static final String JSON_PROPERTY_USER_SPECIFIED_CURRENCY_EXTRA_CHILD_MODIFIER = "userSpecifiedCurrencyExtraChildModifier";
private Double userSpecifiedCurrencyExtraChildModifier;
public static final String JSON_PROPERTY_SOURCE_SINGLE_OCCUPANT_MODIFIER = "sourceSingleOccupantModifier";
private Double sourceSingleOccupantModifier;
public static final String JSON_PROPERTY_INTERNAL_SINGLE_OCCUPANT_MODIFIER = "internalSingleOccupantModifier";
private Double internalSingleOccupantModifier;
public static final String JSON_PROPERTY_USER_SPECIFIED_CURRENCY_SINGLE_OCCUPANT_MODIFIER = "userSpecifiedCurrencySingleOccupantModifier";
private Double userSpecifiedCurrencySingleOccupantModifier;
public static final String JSON_PROPERTY_SOURCE_PROMOTIONAL_MODIFIER = "sourcePromotionalModifier";
private Double sourcePromotionalModifier;
public static final String JSON_PROPERTY_INTERNAL_PROMOTIONAL_MODIFIER = "internalPromotionalModifier";
private Double internalPromotionalModifier;
public static final String JSON_PROPERTY_USER_SPECIFIED_CURRENCY_PROMOTIONAL_MODIFIER = "userSpecifiedCurrencyPromotionalModifier";
private Double userSpecifiedCurrencyPromotionalModifier;
public static final String JSON_PROPERTY_SOURCE_PREMIUM_MODIFIER = "sourcePremiumModifier";
private Double sourcePremiumModifier;
public static final String JSON_PROPERTY_INTERNAL_PREMIUM_MODIFIER = "internalPremiumModifier";
private Double internalPremiumModifier;
public static final String JSON_PROPERTY_USER_SPECIFIED_CURRENCY_PREMIUM_MODIFIER = "userSpecifiedCurrencyPremiumModifier";
private Double userSpecifiedCurrencyPremiumModifier;
public static final String JSON_PROPERTY_SOURCE_CHANNEL_MODIFIER = "sourceChannelModifier";
private Double sourceChannelModifier;
public static final String JSON_PROPERTY_INTERNAL_CHANNEL_MODIFIER = "internalChannelModifier";
private Double internalChannelModifier;
public static final String JSON_PROPERTY_USER_SPECIFIED_CURRENCY_CHANNEL_MODIFIER = "userSpecifiedCurrencyChannelModifier";
private Double userSpecifiedCurrencyChannelModifier;
public static final String JSON_PROPERTY_QUANTITY = "quantity";
private Integer quantity;
public static final String JSON_PROPERTY_MIN_OCCUPANCY = "minOccupancy";
private Integer minOccupancy;
public static final String JSON_PROPERTY_MAX_OCCUPANCY = "maxOccupancy";
private Integer maxOccupancy;
public static final String JSON_PROPERTY_RATE_SOURCE = "rateSource";
private String rateSource;
public static final String JSON_PROPERTY_PROMOTIONAL_DISCOUNT_PERCENT = "promotionalDiscountPercent";
private Float promotionalDiscountPercent;
public static final String JSON_PROPERTY_CHANNEL_DISCOUNT_PERCENT = "channelDiscountPercent";
private Float channelDiscountPercent;
public static final String JSON_PROPERTY_PREMIUM_PERCENT = "premiumPercent";
private Float premiumPercent;
public static final String JSON_PROPERTY_AVAILABLE = "available";
private Boolean available;
public static final String JSON_PROPERTY_SOURCE_TO_USER_CURRENCY_QUOTE = "sourceToUserCurrencyQuote";
private QuoteAffiliate sourceToUserCurrencyQuote;
public static final String JSON_PROPERTY_SOURCE_TO_INTERNAL_CURRENCY_QUOTE = "sourceToInternalCurrencyQuote";
private QuoteAffiliate sourceToInternalCurrencyQuote;
public static final String JSON_PROPERTY_OFFER_DETAILS = "offerDetails";
private List offerDetails = null;
public static final String JSON_PROPERTY_PROMOTIONAL_CODES = "promotionalCodes";
private List promotionalCodes = null;
public static final String JSON_PROPERTY_TOTAL_DISCOUNT_PERCENT = "totalDiscountPercent";
private Float totalDiscountPercent;
public static final String JSON_PROPERTY_SOURCE_TOTAL = "sourceTotal";
private MoneysAffiliate sourceTotal;
public static final String JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL = "userSpecifiedCurrencyTotal";
private MoneysAffiliate userSpecifiedCurrencyTotal;
public static final String JSON_PROPERTY_INTERNAL_TOTAL = "internalTotal";
private MoneysAffiliate internalTotal;
public static final String JSON_PROPERTY_USER_SPECIFIED_CURRENCY_AVERAGE_PRICE_PER_NIGHT = "userSpecifiedCurrencyAveragePricePerNight";
private MoneysAffiliate userSpecifiedCurrencyAveragePricePerNight;
public static final String JSON_PROPERTY_INTERNAL_AVERAGE_PRICE_PER_NIGHT = "internalAveragePricePerNight";
private MoneysAffiliate internalAveragePricePerNight;
public static final String JSON_PROPERTY_SOURCE_AVERAGE_PRICE_PER_NIGHT = "sourceAveragePricePerNight";
private MoneysAffiliate sourceAveragePricePerNight;
public StayRateAffiliate() {
}
public StayRateAffiliate userSpecifiedCurrencyBaseTotal(MoneysAffiliate userSpecifiedCurrencyBaseTotal) {
this.userSpecifiedCurrencyBaseTotal = userSpecifiedCurrencyBaseTotal;
return this;
}
/**
* Get userSpecifiedCurrencyBaseTotal
* @return userSpecifiedCurrencyBaseTotal
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_BASE_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public MoneysAffiliate getUserSpecifiedCurrencyBaseTotal() {
return userSpecifiedCurrencyBaseTotal;
}
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_BASE_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setUserSpecifiedCurrencyBaseTotal(MoneysAffiliate userSpecifiedCurrencyBaseTotal) {
this.userSpecifiedCurrencyBaseTotal = userSpecifiedCurrencyBaseTotal;
}
public StayRateAffiliate sourceBaseTotal(MoneysAffiliate sourceBaseTotal) {
this.sourceBaseTotal = sourceBaseTotal;
return this;
}
/**
* Get sourceBaseTotal
* @return sourceBaseTotal
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_SOURCE_BASE_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public MoneysAffiliate getSourceBaseTotal() {
return sourceBaseTotal;
}
@JsonProperty(JSON_PROPERTY_SOURCE_BASE_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourceBaseTotal(MoneysAffiliate sourceBaseTotal) {
this.sourceBaseTotal = sourceBaseTotal;
}
public StayRateAffiliate internalBaseTotal(MoneysAffiliate internalBaseTotal) {
this.internalBaseTotal = internalBaseTotal;
return this;
}
/**
* Get internalBaseTotal
* @return internalBaseTotal
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_INTERNAL_BASE_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public MoneysAffiliate getInternalBaseTotal() {
return internalBaseTotal;
}
@JsonProperty(JSON_PROPERTY_INTERNAL_BASE_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setInternalBaseTotal(MoneysAffiliate internalBaseTotal) {
this.internalBaseTotal = internalBaseTotal;
}
public StayRateAffiliate sourceExtraPaxModifier(Double sourceExtraPaxModifier) {
this.sourceExtraPaxModifier = sourceExtraPaxModifier;
return this;
}
/**
* Extra person modifier in hotel currency.
* @return sourceExtraPaxModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "15", value = "Extra person modifier in hotel currency.")
@JsonProperty(JSON_PROPERTY_SOURCE_EXTRA_PAX_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getSourceExtraPaxModifier() {
return sourceExtraPaxModifier;
}
@JsonProperty(JSON_PROPERTY_SOURCE_EXTRA_PAX_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourceExtraPaxModifier(Double sourceExtraPaxModifier) {
this.sourceExtraPaxModifier = sourceExtraPaxModifier;
}
public StayRateAffiliate internalExtraPaxModifier(Double internalExtraPaxModifier) {
this.internalExtraPaxModifier = internalExtraPaxModifier;
return this;
}
/**
* Extra person modifier in wink currency
* @return internalExtraPaxModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "15", value = "Extra person modifier in wink currency")
@JsonProperty(JSON_PROPERTY_INTERNAL_EXTRA_PAX_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getInternalExtraPaxModifier() {
return internalExtraPaxModifier;
}
@JsonProperty(JSON_PROPERTY_INTERNAL_EXTRA_PAX_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setInternalExtraPaxModifier(Double internalExtraPaxModifier) {
this.internalExtraPaxModifier = internalExtraPaxModifier;
}
public StayRateAffiliate userSpecifiedCurrencyExtraPaxModifier(Double userSpecifiedCurrencyExtraPaxModifier) {
this.userSpecifiedCurrencyExtraPaxModifier = userSpecifiedCurrencyExtraPaxModifier;
return this;
}
/**
* Extra person modifier in user specified currency
* @return userSpecifiedCurrencyExtraPaxModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "15", value = "Extra person modifier in user specified currency")
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_EXTRA_PAX_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getUserSpecifiedCurrencyExtraPaxModifier() {
return userSpecifiedCurrencyExtraPaxModifier;
}
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_EXTRA_PAX_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setUserSpecifiedCurrencyExtraPaxModifier(Double userSpecifiedCurrencyExtraPaxModifier) {
this.userSpecifiedCurrencyExtraPaxModifier = userSpecifiedCurrencyExtraPaxModifier;
}
public StayRateAffiliate sourceExtraChildModifier(Double sourceExtraChildModifier) {
this.sourceExtraChildModifier = sourceExtraChildModifier;
return this;
}
/**
* Extra child modifier in hotel currency
* @return sourceExtraChildModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "15", value = "Extra child modifier in hotel currency")
@JsonProperty(JSON_PROPERTY_SOURCE_EXTRA_CHILD_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getSourceExtraChildModifier() {
return sourceExtraChildModifier;
}
@JsonProperty(JSON_PROPERTY_SOURCE_EXTRA_CHILD_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourceExtraChildModifier(Double sourceExtraChildModifier) {
this.sourceExtraChildModifier = sourceExtraChildModifier;
}
public StayRateAffiliate internalExtraChildModifier(Double internalExtraChildModifier) {
this.internalExtraChildModifier = internalExtraChildModifier;
return this;
}
/**
* Extra child modifier in wink currency
* @return internalExtraChildModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "15", value = "Extra child modifier in wink currency")
@JsonProperty(JSON_PROPERTY_INTERNAL_EXTRA_CHILD_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getInternalExtraChildModifier() {
return internalExtraChildModifier;
}
@JsonProperty(JSON_PROPERTY_INTERNAL_EXTRA_CHILD_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setInternalExtraChildModifier(Double internalExtraChildModifier) {
this.internalExtraChildModifier = internalExtraChildModifier;
}
public StayRateAffiliate userSpecifiedCurrencyExtraChildModifier(Double userSpecifiedCurrencyExtraChildModifier) {
this.userSpecifiedCurrencyExtraChildModifier = userSpecifiedCurrencyExtraChildModifier;
return this;
}
/**
* Extra child modifier in user specified currcency
* @return userSpecifiedCurrencyExtraChildModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "15", value = "Extra child modifier in user specified currcency")
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_EXTRA_CHILD_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getUserSpecifiedCurrencyExtraChildModifier() {
return userSpecifiedCurrencyExtraChildModifier;
}
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_EXTRA_CHILD_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setUserSpecifiedCurrencyExtraChildModifier(Double userSpecifiedCurrencyExtraChildModifier) {
this.userSpecifiedCurrencyExtraChildModifier = userSpecifiedCurrencyExtraChildModifier;
}
public StayRateAffiliate sourceSingleOccupantModifier(Double sourceSingleOccupantModifier) {
this.sourceSingleOccupantModifier = sourceSingleOccupantModifier;
return this;
}
/**
* Single occupant modifier in hotel currency
* @return sourceSingleOccupantModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "-15", value = "Single occupant modifier in hotel currency")
@JsonProperty(JSON_PROPERTY_SOURCE_SINGLE_OCCUPANT_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getSourceSingleOccupantModifier() {
return sourceSingleOccupantModifier;
}
@JsonProperty(JSON_PROPERTY_SOURCE_SINGLE_OCCUPANT_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourceSingleOccupantModifier(Double sourceSingleOccupantModifier) {
this.sourceSingleOccupantModifier = sourceSingleOccupantModifier;
}
public StayRateAffiliate internalSingleOccupantModifier(Double internalSingleOccupantModifier) {
this.internalSingleOccupantModifier = internalSingleOccupantModifier;
return this;
}
/**
* Singe occupant modifier in wink currency
* @return internalSingleOccupantModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "-15", value = "Singe occupant modifier in wink currency")
@JsonProperty(JSON_PROPERTY_INTERNAL_SINGLE_OCCUPANT_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getInternalSingleOccupantModifier() {
return internalSingleOccupantModifier;
}
@JsonProperty(JSON_PROPERTY_INTERNAL_SINGLE_OCCUPANT_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setInternalSingleOccupantModifier(Double internalSingleOccupantModifier) {
this.internalSingleOccupantModifier = internalSingleOccupantModifier;
}
public StayRateAffiliate userSpecifiedCurrencySingleOccupantModifier(Double userSpecifiedCurrencySingleOccupantModifier) {
this.userSpecifiedCurrencySingleOccupantModifier = userSpecifiedCurrencySingleOccupantModifier;
return this;
}
/**
* Single occupant modifier in user specified currency
* @return userSpecifiedCurrencySingleOccupantModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "-15", value = "Single occupant modifier in user specified currency")
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_SINGLE_OCCUPANT_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getUserSpecifiedCurrencySingleOccupantModifier() {
return userSpecifiedCurrencySingleOccupantModifier;
}
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_SINGLE_OCCUPANT_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setUserSpecifiedCurrencySingleOccupantModifier(Double userSpecifiedCurrencySingleOccupantModifier) {
this.userSpecifiedCurrencySingleOccupantModifier = userSpecifiedCurrencySingleOccupantModifier;
}
public StayRateAffiliate sourcePromotionalModifier(Double sourcePromotionalModifier) {
this.sourcePromotionalModifier = sourcePromotionalModifier;
return this;
}
/**
* Rate discount modifiers in hotel currency
* @return sourcePromotionalModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "-40", value = "Rate discount modifiers in hotel currency")
@JsonProperty(JSON_PROPERTY_SOURCE_PROMOTIONAL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getSourcePromotionalModifier() {
return sourcePromotionalModifier;
}
@JsonProperty(JSON_PROPERTY_SOURCE_PROMOTIONAL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourcePromotionalModifier(Double sourcePromotionalModifier) {
this.sourcePromotionalModifier = sourcePromotionalModifier;
}
public StayRateAffiliate internalPromotionalModifier(Double internalPromotionalModifier) {
this.internalPromotionalModifier = internalPromotionalModifier;
return this;
}
/**
* Rate discount modifiers in wink currency
* @return internalPromotionalModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "-40", value = "Rate discount modifiers in wink currency")
@JsonProperty(JSON_PROPERTY_INTERNAL_PROMOTIONAL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getInternalPromotionalModifier() {
return internalPromotionalModifier;
}
@JsonProperty(JSON_PROPERTY_INTERNAL_PROMOTIONAL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setInternalPromotionalModifier(Double internalPromotionalModifier) {
this.internalPromotionalModifier = internalPromotionalModifier;
}
public StayRateAffiliate userSpecifiedCurrencyPromotionalModifier(Double userSpecifiedCurrencyPromotionalModifier) {
this.userSpecifiedCurrencyPromotionalModifier = userSpecifiedCurrencyPromotionalModifier;
return this;
}
/**
* Rate discount modifiers in user specified currency
* @return userSpecifiedCurrencyPromotionalModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "-40", value = "Rate discount modifiers in user specified currency")
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_PROMOTIONAL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getUserSpecifiedCurrencyPromotionalModifier() {
return userSpecifiedCurrencyPromotionalModifier;
}
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_PROMOTIONAL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setUserSpecifiedCurrencyPromotionalModifier(Double userSpecifiedCurrencyPromotionalModifier) {
this.userSpecifiedCurrencyPromotionalModifier = userSpecifiedCurrencyPromotionalModifier;
}
public StayRateAffiliate sourcePremiumModifier(Double sourcePremiumModifier) {
this.sourcePremiumModifier = sourcePremiumModifier;
return this;
}
/**
* Rate premiums modifiers in hotel currency
* @return sourcePremiumModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "40", value = "Rate premiums modifiers in hotel currency")
@JsonProperty(JSON_PROPERTY_SOURCE_PREMIUM_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getSourcePremiumModifier() {
return sourcePremiumModifier;
}
@JsonProperty(JSON_PROPERTY_SOURCE_PREMIUM_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourcePremiumModifier(Double sourcePremiumModifier) {
this.sourcePremiumModifier = sourcePremiumModifier;
}
public StayRateAffiliate internalPremiumModifier(Double internalPremiumModifier) {
this.internalPremiumModifier = internalPremiumModifier;
return this;
}
/**
* Rate premiums modifiers in wink currency
* @return internalPremiumModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "40", value = "Rate premiums modifiers in wink currency")
@JsonProperty(JSON_PROPERTY_INTERNAL_PREMIUM_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getInternalPremiumModifier() {
return internalPremiumModifier;
}
@JsonProperty(JSON_PROPERTY_INTERNAL_PREMIUM_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setInternalPremiumModifier(Double internalPremiumModifier) {
this.internalPremiumModifier = internalPremiumModifier;
}
public StayRateAffiliate userSpecifiedCurrencyPremiumModifier(Double userSpecifiedCurrencyPremiumModifier) {
this.userSpecifiedCurrencyPremiumModifier = userSpecifiedCurrencyPremiumModifier;
return this;
}
/**
* Rate premiums modifiers in user specified currency
* @return userSpecifiedCurrencyPremiumModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "40", value = "Rate premiums modifiers in user specified currency")
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_PREMIUM_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getUserSpecifiedCurrencyPremiumModifier() {
return userSpecifiedCurrencyPremiumModifier;
}
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_PREMIUM_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setUserSpecifiedCurrencyPremiumModifier(Double userSpecifiedCurrencyPremiumModifier) {
this.userSpecifiedCurrencyPremiumModifier = userSpecifiedCurrencyPremiumModifier;
}
public StayRateAffiliate sourceChannelModifier(Double sourceChannelModifier) {
this.sourceChannelModifier = sourceChannelModifier;
return this;
}
/**
* Channel / Membership modifier in hotel currency
* @return sourceChannelModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "-10", value = "Channel / Membership modifier in hotel currency")
@JsonProperty(JSON_PROPERTY_SOURCE_CHANNEL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getSourceChannelModifier() {
return sourceChannelModifier;
}
@JsonProperty(JSON_PROPERTY_SOURCE_CHANNEL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourceChannelModifier(Double sourceChannelModifier) {
this.sourceChannelModifier = sourceChannelModifier;
}
public StayRateAffiliate internalChannelModifier(Double internalChannelModifier) {
this.internalChannelModifier = internalChannelModifier;
return this;
}
/**
* Channel / Membership modifier in wink currency
* @return internalChannelModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "-10", value = "Channel / Membership modifier in wink currency")
@JsonProperty(JSON_PROPERTY_INTERNAL_CHANNEL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getInternalChannelModifier() {
return internalChannelModifier;
}
@JsonProperty(JSON_PROPERTY_INTERNAL_CHANNEL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setInternalChannelModifier(Double internalChannelModifier) {
this.internalChannelModifier = internalChannelModifier;
}
public StayRateAffiliate userSpecifiedCurrencyChannelModifier(Double userSpecifiedCurrencyChannelModifier) {
this.userSpecifiedCurrencyChannelModifier = userSpecifiedCurrencyChannelModifier;
return this;
}
/**
* Channel / Membership modifier in user specified currency
* @return userSpecifiedCurrencyChannelModifier
**/
@javax.annotation.Nullable
@ApiModelProperty(example = "-10", value = "Channel / Membership modifier in user specified currency")
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_CHANNEL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Double getUserSpecifiedCurrencyChannelModifier() {
return userSpecifiedCurrencyChannelModifier;
}
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_CHANNEL_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setUserSpecifiedCurrencyChannelModifier(Double userSpecifiedCurrencyChannelModifier) {
this.userSpecifiedCurrencyChannelModifier = userSpecifiedCurrencyChannelModifier;
}
public StayRateAffiliate quantity(Integer quantity) {
this.quantity = quantity;
return this;
}
/**
* Quantity
* @return quantity
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Quantity")
@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 StayRateAffiliate minOccupancy(Integer minOccupancy) {
this.minOccupancy = minOccupancy;
return this;
}
/**
* Minimum occupancy
* @return minOccupancy
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Minimum occupancy")
@JsonProperty(JSON_PROPERTY_MIN_OCCUPANCY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Integer getMinOccupancy() {
return minOccupancy;
}
@JsonProperty(JSON_PROPERTY_MIN_OCCUPANCY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setMinOccupancy(Integer minOccupancy) {
this.minOccupancy = minOccupancy;
}
public StayRateAffiliate maxOccupancy(Integer maxOccupancy) {
this.maxOccupancy = maxOccupancy;
return this;
}
/**
* Maximum occupancy
* @return maxOccupancy
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Maximum occupancy")
@JsonProperty(JSON_PROPERTY_MAX_OCCUPANCY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Integer getMaxOccupancy() {
return maxOccupancy;
}
@JsonProperty(JSON_PROPERTY_MAX_OCCUPANCY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setMaxOccupancy(Integer maxOccupancy) {
this.maxOccupancy = maxOccupancy;
}
public StayRateAffiliate rateSource(String rateSource) {
this.rateSource = rateSource;
return this;
}
/**
* Source
* @return rateSource
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Source")
@JsonProperty(JSON_PROPERTY_RATE_SOURCE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getRateSource() {
return rateSource;
}
@JsonProperty(JSON_PROPERTY_RATE_SOURCE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setRateSource(String rateSource) {
this.rateSource = rateSource;
}
public StayRateAffiliate promotionalDiscountPercent(Float promotionalDiscountPercent) {
this.promotionalDiscountPercent = promotionalDiscountPercent;
return this;
}
/**
* Promotional discount percent
* @return promotionalDiscountPercent
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Promotional discount percent")
@JsonProperty(JSON_PROPERTY_PROMOTIONAL_DISCOUNT_PERCENT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Float getPromotionalDiscountPercent() {
return promotionalDiscountPercent;
}
@JsonProperty(JSON_PROPERTY_PROMOTIONAL_DISCOUNT_PERCENT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setPromotionalDiscountPercent(Float promotionalDiscountPercent) {
this.promotionalDiscountPercent = promotionalDiscountPercent;
}
public StayRateAffiliate channelDiscountPercent(Float channelDiscountPercent) {
this.channelDiscountPercent = channelDiscountPercent;
return this;
}
/**
* Chanel discount percent
* @return channelDiscountPercent
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Chanel discount percent")
@JsonProperty(JSON_PROPERTY_CHANNEL_DISCOUNT_PERCENT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Float getChannelDiscountPercent() {
return channelDiscountPercent;
}
@JsonProperty(JSON_PROPERTY_CHANNEL_DISCOUNT_PERCENT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setChannelDiscountPercent(Float channelDiscountPercent) {
this.channelDiscountPercent = channelDiscountPercent;
}
public StayRateAffiliate premiumPercent(Float premiumPercent) {
this.premiumPercent = premiumPercent;
return this;
}
/**
* Premium percent
* @return premiumPercent
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Premium percent")
@JsonProperty(JSON_PROPERTY_PREMIUM_PERCENT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Float getPremiumPercent() {
return premiumPercent;
}
@JsonProperty(JSON_PROPERTY_PREMIUM_PERCENT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setPremiumPercent(Float premiumPercent) {
this.premiumPercent = premiumPercent;
}
public StayRateAffiliate available(Boolean available) {
this.available = available;
return this;
}
/**
* Available
* @return available
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Available")
@JsonProperty(JSON_PROPERTY_AVAILABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Boolean getAvailable() {
return available;
}
@JsonProperty(JSON_PROPERTY_AVAILABLE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setAvailable(Boolean available) {
this.available = available;
}
public StayRateAffiliate sourceToUserCurrencyQuote(QuoteAffiliate sourceToUserCurrencyQuote) {
this.sourceToUserCurrencyQuote = sourceToUserCurrencyQuote;
return this;
}
/**
* Get sourceToUserCurrencyQuote
* @return sourceToUserCurrencyQuote
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_SOURCE_TO_USER_CURRENCY_QUOTE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public QuoteAffiliate getSourceToUserCurrencyQuote() {
return sourceToUserCurrencyQuote;
}
@JsonProperty(JSON_PROPERTY_SOURCE_TO_USER_CURRENCY_QUOTE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourceToUserCurrencyQuote(QuoteAffiliate sourceToUserCurrencyQuote) {
this.sourceToUserCurrencyQuote = sourceToUserCurrencyQuote;
}
public StayRateAffiliate sourceToInternalCurrencyQuote(QuoteAffiliate sourceToInternalCurrencyQuote) {
this.sourceToInternalCurrencyQuote = sourceToInternalCurrencyQuote;
return this;
}
/**
* Get sourceToInternalCurrencyQuote
* @return sourceToInternalCurrencyQuote
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_SOURCE_TO_INTERNAL_CURRENCY_QUOTE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public QuoteAffiliate getSourceToInternalCurrencyQuote() {
return sourceToInternalCurrencyQuote;
}
@JsonProperty(JSON_PROPERTY_SOURCE_TO_INTERNAL_CURRENCY_QUOTE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourceToInternalCurrencyQuote(QuoteAffiliate sourceToInternalCurrencyQuote) {
this.sourceToInternalCurrencyQuote = sourceToInternalCurrencyQuote;
}
public StayRateAffiliate offerDetails(List offerDetails) {
this.offerDetails = offerDetails;
return this;
}
public StayRateAffiliate addOfferDetailsItem(SimpleDescriptionAffiliate offerDetailsItem) {
if (this.offerDetails == null) {
this.offerDetails = new ArrayList<>();
}
this.offerDetails.add(offerDetailsItem);
return this;
}
/**
* Localized text of the discount
* @return offerDetails
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "Localized text of the discount")
@JsonProperty(JSON_PROPERTY_OFFER_DETAILS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public List getOfferDetails() {
return offerDetails;
}
@JsonProperty(JSON_PROPERTY_OFFER_DETAILS)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setOfferDetails(List offerDetails) {
this.offerDetails = offerDetails;
}
public StayRateAffiliate promotionalCodes(List promotionalCodes) {
this.promotionalCodes = promotionalCodes;
return this;
}
public StayRateAffiliate addPromotionalCodesItem(String promotionalCodesItem) {
if (this.promotionalCodes == null) {
this.promotionalCodes = new ArrayList<>();
}
this.promotionalCodes.add(promotionalCodesItem);
return this;
}
/**
* Promotional codes
* @return promotionalCodes
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "Promotional codes")
@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 StayRateAffiliate totalDiscountPercent(Float totalDiscountPercent) {
this.totalDiscountPercent = totalDiscountPercent;
return this;
}
/**
* Get totalDiscountPercent
* @return totalDiscountPercent
**/
@javax.annotation.Nullable
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_TOTAL_DISCOUNT_PERCENT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Float getTotalDiscountPercent() {
return totalDiscountPercent;
}
@JsonProperty(JSON_PROPERTY_TOTAL_DISCOUNT_PERCENT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setTotalDiscountPercent(Float totalDiscountPercent) {
this.totalDiscountPercent = totalDiscountPercent;
}
public StayRateAffiliate sourceTotal(MoneysAffiliate sourceTotal) {
this.sourceTotal = sourceTotal;
return this;
}
/**
* Get sourceTotal
* @return sourceTotal
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_SOURCE_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public MoneysAffiliate getSourceTotal() {
return sourceTotal;
}
@JsonProperty(JSON_PROPERTY_SOURCE_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourceTotal(MoneysAffiliate sourceTotal) {
this.sourceTotal = sourceTotal;
}
public StayRateAffiliate userSpecifiedCurrencyTotal(MoneysAffiliate userSpecifiedCurrencyTotal) {
this.userSpecifiedCurrencyTotal = userSpecifiedCurrencyTotal;
return this;
}
/**
* Get userSpecifiedCurrencyTotal
* @return userSpecifiedCurrencyTotal
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public MoneysAffiliate getUserSpecifiedCurrencyTotal() {
return userSpecifiedCurrencyTotal;
}
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setUserSpecifiedCurrencyTotal(MoneysAffiliate userSpecifiedCurrencyTotal) {
this.userSpecifiedCurrencyTotal = userSpecifiedCurrencyTotal;
}
public StayRateAffiliate internalTotal(MoneysAffiliate internalTotal) {
this.internalTotal = internalTotal;
return this;
}
/**
* Get internalTotal
* @return internalTotal
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_INTERNAL_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public MoneysAffiliate getInternalTotal() {
return internalTotal;
}
@JsonProperty(JSON_PROPERTY_INTERNAL_TOTAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setInternalTotal(MoneysAffiliate internalTotal) {
this.internalTotal = internalTotal;
}
public StayRateAffiliate userSpecifiedCurrencyAveragePricePerNight(MoneysAffiliate userSpecifiedCurrencyAveragePricePerNight) {
this.userSpecifiedCurrencyAveragePricePerNight = userSpecifiedCurrencyAveragePricePerNight;
return this;
}
/**
* Get userSpecifiedCurrencyAveragePricePerNight
* @return userSpecifiedCurrencyAveragePricePerNight
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_AVERAGE_PRICE_PER_NIGHT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public MoneysAffiliate getUserSpecifiedCurrencyAveragePricePerNight() {
return userSpecifiedCurrencyAveragePricePerNight;
}
@JsonProperty(JSON_PROPERTY_USER_SPECIFIED_CURRENCY_AVERAGE_PRICE_PER_NIGHT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setUserSpecifiedCurrencyAveragePricePerNight(MoneysAffiliate userSpecifiedCurrencyAveragePricePerNight) {
this.userSpecifiedCurrencyAveragePricePerNight = userSpecifiedCurrencyAveragePricePerNight;
}
public StayRateAffiliate internalAveragePricePerNight(MoneysAffiliate internalAveragePricePerNight) {
this.internalAveragePricePerNight = internalAveragePricePerNight;
return this;
}
/**
* Get internalAveragePricePerNight
* @return internalAveragePricePerNight
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_INTERNAL_AVERAGE_PRICE_PER_NIGHT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public MoneysAffiliate getInternalAveragePricePerNight() {
return internalAveragePricePerNight;
}
@JsonProperty(JSON_PROPERTY_INTERNAL_AVERAGE_PRICE_PER_NIGHT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setInternalAveragePricePerNight(MoneysAffiliate internalAveragePricePerNight) {
this.internalAveragePricePerNight = internalAveragePricePerNight;
}
public StayRateAffiliate sourceAveragePricePerNight(MoneysAffiliate sourceAveragePricePerNight) {
this.sourceAveragePricePerNight = sourceAveragePricePerNight;
return this;
}
/**
* Get sourceAveragePricePerNight
* @return sourceAveragePricePerNight
**/
@javax.annotation.Nullable
@Valid
@ApiModelProperty(value = "")
@JsonProperty(JSON_PROPERTY_SOURCE_AVERAGE_PRICE_PER_NIGHT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public MoneysAffiliate getSourceAveragePricePerNight() {
return sourceAveragePricePerNight;
}
@JsonProperty(JSON_PROPERTY_SOURCE_AVERAGE_PRICE_PER_NIGHT)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSourceAveragePricePerNight(MoneysAffiliate sourceAveragePricePerNight) {
this.sourceAveragePricePerNight = sourceAveragePricePerNight;
}
@Override
public boolean equals(Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
StayRateAffiliate stayRateAffiliate = (StayRateAffiliate) o;
return Objects.equals(this.userSpecifiedCurrencyBaseTotal, stayRateAffiliate.userSpecifiedCurrencyBaseTotal) &&
Objects.equals(this.sourceBaseTotal, stayRateAffiliate.sourceBaseTotal) &&
Objects.equals(this.internalBaseTotal, stayRateAffiliate.internalBaseTotal) &&
Objects.equals(this.sourceExtraPaxModifier, stayRateAffiliate.sourceExtraPaxModifier) &&
Objects.equals(this.internalExtraPaxModifier, stayRateAffiliate.internalExtraPaxModifier) &&
Objects.equals(this.userSpecifiedCurrencyExtraPaxModifier, stayRateAffiliate.userSpecifiedCurrencyExtraPaxModifier) &&
Objects.equals(this.sourceExtraChildModifier, stayRateAffiliate.sourceExtraChildModifier) &&
Objects.equals(this.internalExtraChildModifier, stayRateAffiliate.internalExtraChildModifier) &&
Objects.equals(this.userSpecifiedCurrencyExtraChildModifier, stayRateAffiliate.userSpecifiedCurrencyExtraChildModifier) &&
Objects.equals(this.sourceSingleOccupantModifier, stayRateAffiliate.sourceSingleOccupantModifier) &&
Objects.equals(this.internalSingleOccupantModifier, stayRateAffiliate.internalSingleOccupantModifier) &&
Objects.equals(this.userSpecifiedCurrencySingleOccupantModifier, stayRateAffiliate.userSpecifiedCurrencySingleOccupantModifier) &&
Objects.equals(this.sourcePromotionalModifier, stayRateAffiliate.sourcePromotionalModifier) &&
Objects.equals(this.internalPromotionalModifier, stayRateAffiliate.internalPromotionalModifier) &&
Objects.equals(this.userSpecifiedCurrencyPromotionalModifier, stayRateAffiliate.userSpecifiedCurrencyPromotionalModifier) &&
Objects.equals(this.sourcePremiumModifier, stayRateAffiliate.sourcePremiumModifier) &&
Objects.equals(this.internalPremiumModifier, stayRateAffiliate.internalPremiumModifier) &&
Objects.equals(this.userSpecifiedCurrencyPremiumModifier, stayRateAffiliate.userSpecifiedCurrencyPremiumModifier) &&
Objects.equals(this.sourceChannelModifier, stayRateAffiliate.sourceChannelModifier) &&
Objects.equals(this.internalChannelModifier, stayRateAffiliate.internalChannelModifier) &&
Objects.equals(this.userSpecifiedCurrencyChannelModifier, stayRateAffiliate.userSpecifiedCurrencyChannelModifier) &&
Objects.equals(this.quantity, stayRateAffiliate.quantity) &&
Objects.equals(this.minOccupancy, stayRateAffiliate.minOccupancy) &&
Objects.equals(this.maxOccupancy, stayRateAffiliate.maxOccupancy) &&
Objects.equals(this.rateSource, stayRateAffiliate.rateSource) &&
Objects.equals(this.promotionalDiscountPercent, stayRateAffiliate.promotionalDiscountPercent) &&
Objects.equals(this.channelDiscountPercent, stayRateAffiliate.channelDiscountPercent) &&
Objects.equals(this.premiumPercent, stayRateAffiliate.premiumPercent) &&
Objects.equals(this.available, stayRateAffiliate.available) &&
Objects.equals(this.sourceToUserCurrencyQuote, stayRateAffiliate.sourceToUserCurrencyQuote) &&
Objects.equals(this.sourceToInternalCurrencyQuote, stayRateAffiliate.sourceToInternalCurrencyQuote) &&
Objects.equals(this.offerDetails, stayRateAffiliate.offerDetails) &&
Objects.equals(this.promotionalCodes, stayRateAffiliate.promotionalCodes) &&
Objects.equals(this.totalDiscountPercent, stayRateAffiliate.totalDiscountPercent) &&
Objects.equals(this.sourceTotal, stayRateAffiliate.sourceTotal) &&
Objects.equals(this.userSpecifiedCurrencyTotal, stayRateAffiliate.userSpecifiedCurrencyTotal) &&
Objects.equals(this.internalTotal, stayRateAffiliate.internalTotal) &&
Objects.equals(this.userSpecifiedCurrencyAveragePricePerNight, stayRateAffiliate.userSpecifiedCurrencyAveragePricePerNight) &&
Objects.equals(this.internalAveragePricePerNight, stayRateAffiliate.internalAveragePricePerNight) &&
Objects.equals(this.sourceAveragePricePerNight, stayRateAffiliate.sourceAveragePricePerNight);
}
@Override
public int hashCode() {
return Objects.hash(userSpecifiedCurrencyBaseTotal, sourceBaseTotal, internalBaseTotal, sourceExtraPaxModifier, internalExtraPaxModifier, userSpecifiedCurrencyExtraPaxModifier, sourceExtraChildModifier, internalExtraChildModifier, userSpecifiedCurrencyExtraChildModifier, sourceSingleOccupantModifier, internalSingleOccupantModifier, userSpecifiedCurrencySingleOccupantModifier, sourcePromotionalModifier, internalPromotionalModifier, userSpecifiedCurrencyPromotionalModifier, sourcePremiumModifier, internalPremiumModifier, userSpecifiedCurrencyPremiumModifier, sourceChannelModifier, internalChannelModifier, userSpecifiedCurrencyChannelModifier, quantity, minOccupancy, maxOccupancy, rateSource, promotionalDiscountPercent, channelDiscountPercent, premiumPercent, available, sourceToUserCurrencyQuote, sourceToInternalCurrencyQuote, offerDetails, promotionalCodes, totalDiscountPercent, sourceTotal, userSpecifiedCurrencyTotal, internalTotal, userSpecifiedCurrencyAveragePricePerNight, internalAveragePricePerNight, sourceAveragePricePerNight);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class StayRateAffiliate {\n");
sb.append(" userSpecifiedCurrencyBaseTotal: ").append(toIndentedString(userSpecifiedCurrencyBaseTotal)).append("\n");
sb.append(" sourceBaseTotal: ").append(toIndentedString(sourceBaseTotal)).append("\n");
sb.append(" internalBaseTotal: ").append(toIndentedString(internalBaseTotal)).append("\n");
sb.append(" sourceExtraPaxModifier: ").append(toIndentedString(sourceExtraPaxModifier)).append("\n");
sb.append(" internalExtraPaxModifier: ").append(toIndentedString(internalExtraPaxModifier)).append("\n");
sb.append(" userSpecifiedCurrencyExtraPaxModifier: ").append(toIndentedString(userSpecifiedCurrencyExtraPaxModifier)).append("\n");
sb.append(" sourceExtraChildModifier: ").append(toIndentedString(sourceExtraChildModifier)).append("\n");
sb.append(" internalExtraChildModifier: ").append(toIndentedString(internalExtraChildModifier)).append("\n");
sb.append(" userSpecifiedCurrencyExtraChildModifier: ").append(toIndentedString(userSpecifiedCurrencyExtraChildModifier)).append("\n");
sb.append(" sourceSingleOccupantModifier: ").append(toIndentedString(sourceSingleOccupantModifier)).append("\n");
sb.append(" internalSingleOccupantModifier: ").append(toIndentedString(internalSingleOccupantModifier)).append("\n");
sb.append(" userSpecifiedCurrencySingleOccupantModifier: ").append(toIndentedString(userSpecifiedCurrencySingleOccupantModifier)).append("\n");
sb.append(" sourcePromotionalModifier: ").append(toIndentedString(sourcePromotionalModifier)).append("\n");
sb.append(" internalPromotionalModifier: ").append(toIndentedString(internalPromotionalModifier)).append("\n");
sb.append(" userSpecifiedCurrencyPromotionalModifier: ").append(toIndentedString(userSpecifiedCurrencyPromotionalModifier)).append("\n");
sb.append(" sourcePremiumModifier: ").append(toIndentedString(sourcePremiumModifier)).append("\n");
sb.append(" internalPremiumModifier: ").append(toIndentedString(internalPremiumModifier)).append("\n");
sb.append(" userSpecifiedCurrencyPremiumModifier: ").append(toIndentedString(userSpecifiedCurrencyPremiumModifier)).append("\n");
sb.append(" sourceChannelModifier: ").append(toIndentedString(sourceChannelModifier)).append("\n");
sb.append(" internalChannelModifier: ").append(toIndentedString(internalChannelModifier)).append("\n");
sb.append(" userSpecifiedCurrencyChannelModifier: ").append(toIndentedString(userSpecifiedCurrencyChannelModifier)).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(" rateSource: ").append(toIndentedString(rateSource)).append("\n");
sb.append(" promotionalDiscountPercent: ").append(toIndentedString(promotionalDiscountPercent)).append("\n");
sb.append(" channelDiscountPercent: ").append(toIndentedString(channelDiscountPercent)).append("\n");
sb.append(" premiumPercent: ").append(toIndentedString(premiumPercent)).append("\n");
sb.append(" available: ").append(toIndentedString(available)).append("\n");
sb.append(" sourceToUserCurrencyQuote: ").append(toIndentedString(sourceToUserCurrencyQuote)).append("\n");
sb.append(" sourceToInternalCurrencyQuote: ").append(toIndentedString(sourceToInternalCurrencyQuote)).append("\n");
sb.append(" offerDetails: ").append(toIndentedString(offerDetails)).append("\n");
sb.append(" promotionalCodes: ").append(toIndentedString(promotionalCodes)).append("\n");
sb.append(" totalDiscountPercent: ").append(toIndentedString(totalDiscountPercent)).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(" userSpecifiedCurrencyAveragePricePerNight: ").append(toIndentedString(userSpecifiedCurrencyAveragePricePerNight)).append("\n");
sb.append(" internalAveragePricePerNight: ").append(toIndentedString(internalAveragePricePerNight)).append("\n");
sb.append(" sourceAveragePricePerNight: ").append(toIndentedString(sourceAveragePricePerNight)).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 ");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy