Class PropertyRateUpdateDto
java.lang.Object
travel.wink.sdk.channel.manager.model.PropertyRateUpdateDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-05T13:54:22.577668+07:00[Asia/Bangkok]")
public class PropertyRateUpdateDto
extends Object
PropertyRateUpdateDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclosedOnArrival(Boolean closedOnArrival) closedOnDeparture(Boolean closedOnDeparture) currencyCode(String currencyCode) booleanGet amountGet closedOnArrivalGet closedOnDepartureGet currencyCode@NotNull @Valid LocalDateGet endDateGet masterGet maxLengthOfStayGet minLengthOfStayGet quantity@NotNull @Valid LocalDateGet startDateinthashCode()maxLengthOfStay(Integer maxLengthOfStay) minLengthOfStay(Integer minLengthOfStay) voidvoidsetClosedOnArrival(Boolean closedOnArrival) voidsetClosedOnDeparture(Boolean closedOnDeparture) voidsetCurrencyCode(String currencyCode) voidsetEndDate(LocalDate endDate) voidvoidsetMaxLengthOfStay(Integer maxLengthOfStay) voidsetMinLengthOfStay(Integer minLengthOfStay) voidsetQuantity(Integer quantity) voidsetStartDate(LocalDate startDate) toString()
-
Field Details
-
JSON_PROPERTY_START_DATE
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
JSON_PROPERTY_AMOUNT
- See Also:
-
JSON_PROPERTY_CURRENCY_CODE
- See Also:
-
JSON_PROPERTY_MASTER
- See Also:
-
JSON_PROPERTY_CLOSED_ON_ARRIVAL
- See Also:
-
JSON_PROPERTY_CLOSED_ON_DEPARTURE
- See Also:
-
JSON_PROPERTY_QUANTITY
- See Also:
-
JSON_PROPERTY_MIN_LENGTH_OF_STAY
- See Also:
-
JSON_PROPERTY_MAX_LENGTH_OF_STAY
- See Also:
-
-
Constructor Details
-
PropertyRateUpdateDto
public PropertyRateUpdateDto()
-
-
Method Details
-
startDate
-
getStartDate
Get startDate- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
Get endDate- Returns:
- endDate
-
setEndDate
-
amount
-
getAmount
Get amount- Returns:
- amount
-
setAmount
-
currencyCode
-
getCurrencyCode
Get currencyCode- Returns:
- currencyCode
-
setCurrencyCode
-
master
-
getMaster
Get master- Returns:
- master
-
setMaster
-
closedOnArrival
-
getClosedOnArrival
Get closedOnArrival- Returns:
- closedOnArrival
-
setClosedOnArrival
-
closedOnDeparture
-
getClosedOnDeparture
Get closedOnDeparture- Returns:
- closedOnDeparture
-
setClosedOnDeparture
-
quantity
-
getQuantity
Get quantity- Returns:
- quantity
-
setQuantity
-
minLengthOfStay
-
getMinLengthOfStay
Get minLengthOfStay- Returns:
- minLengthOfStay
-
setMinLengthOfStay
-
maxLengthOfStay
-
getMaxLengthOfStay
Get maxLengthOfStay- Returns:
- maxLengthOfStay
-
setMaxLengthOfStay
-
equals
-
hashCode
public int hashCode() -
toString
-