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.math.BigDecimal;
import travel.wink.sdk.extranet.distribution.model.VariableChargeSupplier;
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.*;
/**
* Values to update this rate
*/
@JsonPropertyOrder({
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_QUANTITY,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_DELTA_QUANTITY,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_MASTER,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_CLOSED_ON_ARRIVAL,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_CLOSED_ON_DEPARTURE,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_MIN_LENGTH_OF_STAY,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_MAX_LENGTH_OF_STAY,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_RATE,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_CURRENCY_CODE,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_EXTRA_PAX_RATE_MODIFIER,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_EXTRA_CHILD_RATE_MODIFIER,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_SINGLE_OCCUPANCY_RATE_MODIFIER,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_MIN_OCCUPANCY,
UpsertIndividualRateRequestSupplier.JSON_PROPERTY_MAX_OCCUPANCY
})
@JsonTypeName("UpsertIndividualRateRequest_Supplier")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-15T11:58:01.003340498+07:00[Asia/Bangkok]")
public class UpsertIndividualRateRequestSupplier {
public static final String JSON_PROPERTY_QUANTITY = "quantity";
private Integer quantity;
public static final String JSON_PROPERTY_DELTA_QUANTITY = "deltaQuantity";
private Integer deltaQuantity;
public static final String JSON_PROPERTY_MASTER = "master";
private Boolean master;
public static final String JSON_PROPERTY_CLOSED_ON_ARRIVAL = "closedOnArrival";
private Boolean closedOnArrival;
public static final String JSON_PROPERTY_CLOSED_ON_DEPARTURE = "closedOnDeparture";
private Boolean closedOnDeparture;
public static final String JSON_PROPERTY_MIN_LENGTH_OF_STAY = "minLengthOfStay";
private Integer minLengthOfStay;
public static final String JSON_PROPERTY_MAX_LENGTH_OF_STAY = "maxLengthOfStay";
private Integer maxLengthOfStay;
public static final String JSON_PROPERTY_RATE = "rate";
private BigDecimal rate;
public static final String JSON_PROPERTY_CURRENCY_CODE = "currencyCode";
private String currencyCode;
public static final String JSON_PROPERTY_EXTRA_PAX_RATE_MODIFIER = "extraPaxRateModifier";
private VariableChargeSupplier extraPaxRateModifier;
public static final String JSON_PROPERTY_EXTRA_CHILD_RATE_MODIFIER = "extraChildRateModifier";
private VariableChargeSupplier extraChildRateModifier;
public static final String JSON_PROPERTY_SINGLE_OCCUPANCY_RATE_MODIFIER = "singleOccupancyRateModifier";
private VariableChargeSupplier singleOccupancyRateModifier;
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 UpsertIndividualRateRequestSupplier() {
}
public UpsertIndividualRateRequestSupplier quantity(Integer quantity) {
this.quantity = quantity;
return this;
}
/**
* Get quantity
* @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 UpsertIndividualRateRequestSupplier deltaQuantity(Integer deltaQuantity) {
this.deltaQuantity = deltaQuantity;
return this;
}
/**
* Get deltaQuantity
* @return deltaQuantity
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_DELTA_QUANTITY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Integer getDeltaQuantity() {
return deltaQuantity;
}
@JsonProperty(JSON_PROPERTY_DELTA_QUANTITY)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setDeltaQuantity(Integer deltaQuantity) {
this.deltaQuantity = deltaQuantity;
}
public UpsertIndividualRateRequestSupplier master(Boolean master) {
this.master = master;
return this;
}
/**
* Get master
* @return master
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_MASTER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Boolean getMaster() {
return master;
}
@JsonProperty(JSON_PROPERTY_MASTER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setMaster(Boolean master) {
this.master = master;
}
public UpsertIndividualRateRequestSupplier closedOnArrival(Boolean closedOnArrival) {
this.closedOnArrival = closedOnArrival;
return this;
}
/**
* Get closedOnArrival
* @return closedOnArrival
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_CLOSED_ON_ARRIVAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Boolean getClosedOnArrival() {
return closedOnArrival;
}
@JsonProperty(JSON_PROPERTY_CLOSED_ON_ARRIVAL)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setClosedOnArrival(Boolean closedOnArrival) {
this.closedOnArrival = closedOnArrival;
}
public UpsertIndividualRateRequestSupplier closedOnDeparture(Boolean closedOnDeparture) {
this.closedOnDeparture = closedOnDeparture;
return this;
}
/**
* Get closedOnDeparture
* @return closedOnDeparture
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_CLOSED_ON_DEPARTURE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public Boolean getClosedOnDeparture() {
return closedOnDeparture;
}
@JsonProperty(JSON_PROPERTY_CLOSED_ON_DEPARTURE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setClosedOnDeparture(Boolean closedOnDeparture) {
this.closedOnDeparture = closedOnDeparture;
}
public UpsertIndividualRateRequestSupplier minLengthOfStay(Integer minLengthOfStay) {
this.minLengthOfStay = minLengthOfStay;
return this;
}
/**
* Get minLengthOfStay
* @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 UpsertIndividualRateRequestSupplier maxLengthOfStay(Integer maxLengthOfStay) {
this.maxLengthOfStay = maxLengthOfStay;
return this;
}
/**
* Get maxLengthOfStay
* @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 UpsertIndividualRateRequestSupplier rate(BigDecimal rate) {
this.rate = rate;
return this;
}
/**
* Get rate
* @return rate
**/
@jakarta.annotation.Nullable
@Valid
@JsonProperty(JSON_PROPERTY_RATE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public BigDecimal getRate() {
return rate;
}
@JsonProperty(JSON_PROPERTY_RATE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setRate(BigDecimal rate) {
this.rate = rate;
}
public UpsertIndividualRateRequestSupplier currencyCode(String currencyCode) {
this.currencyCode = currencyCode;
return this;
}
/**
* Get currencyCode
* @return currencyCode
**/
@jakarta.annotation.Nullable
@JsonProperty(JSON_PROPERTY_CURRENCY_CODE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public String getCurrencyCode() {
return currencyCode;
}
@JsonProperty(JSON_PROPERTY_CURRENCY_CODE)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setCurrencyCode(String currencyCode) {
this.currencyCode = currencyCode;
}
public UpsertIndividualRateRequestSupplier extraPaxRateModifier(VariableChargeSupplier 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 VariableChargeSupplier getExtraPaxRateModifier() {
return extraPaxRateModifier;
}
@JsonProperty(JSON_PROPERTY_EXTRA_PAX_RATE_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setExtraPaxRateModifier(VariableChargeSupplier extraPaxRateModifier) {
this.extraPaxRateModifier = extraPaxRateModifier;
}
public UpsertIndividualRateRequestSupplier extraChildRateModifier(VariableChargeSupplier 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 VariableChargeSupplier getExtraChildRateModifier() {
return extraChildRateModifier;
}
@JsonProperty(JSON_PROPERTY_EXTRA_CHILD_RATE_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setExtraChildRateModifier(VariableChargeSupplier extraChildRateModifier) {
this.extraChildRateModifier = extraChildRateModifier;
}
public UpsertIndividualRateRequestSupplier singleOccupancyRateModifier(VariableChargeSupplier 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 VariableChargeSupplier getSingleOccupancyRateModifier() {
return singleOccupancyRateModifier;
}
@JsonProperty(JSON_PROPERTY_SINGLE_OCCUPANCY_RATE_MODIFIER)
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
public void setSingleOccupancyRateModifier(VariableChargeSupplier singleOccupancyRateModifier) {
this.singleOccupancyRateModifier = singleOccupancyRateModifier;
}
public UpsertIndividualRateRequestSupplier minOccupancy(Integer minOccupancy) {
this.minOccupancy = minOccupancy;
return this;
}
/**
* Get minOccupancy
* @return minOccupancy
**/
@jakarta.annotation.Nullable
@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 UpsertIndividualRateRequestSupplier maxOccupancy(Integer maxOccupancy) {
this.maxOccupancy = maxOccupancy;
return this;
}
/**
* Get maxOccupancy
* @return maxOccupancy
**/
@jakarta.annotation.Nullable
@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;
}
@Override
public boolean equals(Object o) {
if (this == o) {
return true;
}
if (o == null || getClass() != o.getClass()) {
return false;
}
UpsertIndividualRateRequestSupplier upsertIndividualRateRequestSupplier = (UpsertIndividualRateRequestSupplier) o;
return Objects.equals(this.quantity, upsertIndividualRateRequestSupplier.quantity) &&
Objects.equals(this.deltaQuantity, upsertIndividualRateRequestSupplier.deltaQuantity) &&
Objects.equals(this.master, upsertIndividualRateRequestSupplier.master) &&
Objects.equals(this.closedOnArrival, upsertIndividualRateRequestSupplier.closedOnArrival) &&
Objects.equals(this.closedOnDeparture, upsertIndividualRateRequestSupplier.closedOnDeparture) &&
Objects.equals(this.minLengthOfStay, upsertIndividualRateRequestSupplier.minLengthOfStay) &&
Objects.equals(this.maxLengthOfStay, upsertIndividualRateRequestSupplier.maxLengthOfStay) &&
Objects.equals(this.rate, upsertIndividualRateRequestSupplier.rate) &&
Objects.equals(this.currencyCode, upsertIndividualRateRequestSupplier.currencyCode) &&
Objects.equals(this.extraPaxRateModifier, upsertIndividualRateRequestSupplier.extraPaxRateModifier) &&
Objects.equals(this.extraChildRateModifier, upsertIndividualRateRequestSupplier.extraChildRateModifier) &&
Objects.equals(this.singleOccupancyRateModifier, upsertIndividualRateRequestSupplier.singleOccupancyRateModifier) &&
Objects.equals(this.minOccupancy, upsertIndividualRateRequestSupplier.minOccupancy) &&
Objects.equals(this.maxOccupancy, upsertIndividualRateRequestSupplier.maxOccupancy);
}
@Override
public int hashCode() {
return Objects.hash(quantity, deltaQuantity, master, closedOnArrival, closedOnDeparture, minLengthOfStay, maxLengthOfStay, rate, currencyCode, extraPaxRateModifier, extraChildRateModifier, singleOccupancyRateModifier, minOccupancy, maxOccupancy);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("class UpsertIndividualRateRequestSupplier {\n");
sb.append(" quantity: ").append(toIndentedString(quantity)).append("\n");
sb.append(" deltaQuantity: ").append(toIndentedString(deltaQuantity)).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(" minLengthOfStay: ").append(toIndentedString(minLengthOfStay)).append("\n");
sb.append(" maxLengthOfStay: ").append(toIndentedString(maxLengthOfStay)).append("\n");
sb.append(" rate: ").append(toIndentedString(rate)).append("\n");
sb.append(" currencyCode: ").append(toIndentedString(currencyCode)).append("\n");
sb.append(" extraPaxRateModifier: ").append(toIndentedString(extraPaxRateModifier)).append("\n");
sb.append(" extraChildRateModifier: ").append(toIndentedString(extraChildRateModifier)).append("\n");
sb.append(" singleOccupancyRateModifier: ").append(toIndentedString(singleOccupancyRateModifier)).append("\n");
sb.append(" minOccupancy: ").append(toIndentedString(minOccupancy)).append("\n");
sb.append(" maxOccupancy: ").append(toIndentedString(maxOccupancy)).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 ");
}
}