Package travel.wink.sdk.extranet.model
Class RatePlanRemovableResponseSupplier
java.lang.Object
travel.wink.sdk.extranet.model.RatePlanRemovableResponseSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-05T11:16:56.266186763+07:00[Asia/Bangkok]")
public class RatePlanRemovableResponseSupplier
extends Object
RatePlanRemovableResponseSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAddOnListItem(IdentifierNamePairSupplier addOnListItem) addMasterRateListItem(IdentifierNamePairSupplier masterRateListItem) addOnList(List<IdentifierNamePairSupplier> addOnList) boolean@Valid List<IdentifierNamePairSupplier>Get addOnList@NotNull @Valid UUIDRate plan's owner.@Valid List<IdentifierNamePairSupplier>Get masterRateList@Valid UUIDRate plan identifier seeking to be removed.Returns true if rate plan can be removed.inthashCode()hotelIdentifier(UUID hotelIdentifier) masterRateList(List<IdentifierNamePairSupplier> masterRateList) ratePlanIdentifier(UUID ratePlanIdentifier) voidsetAddOnList(List<IdentifierNamePairSupplier> addOnList) voidsetHotelIdentifier(UUID hotelIdentifier) voidsetMasterRateList(List<IdentifierNamePairSupplier> masterRateList) voidsetRatePlanIdentifier(UUID ratePlanIdentifier) voidsetRemovable(Boolean removable) toString()
-
Field Details
-
JSON_PROPERTY_HOTEL_IDENTIFIER
- See Also:
-
JSON_PROPERTY_RATE_PLAN_IDENTIFIER
- See Also:
-
JSON_PROPERTY_REMOVABLE
- See Also:
-
JSON_PROPERTY_MASTER_RATE_LIST
- See Also:
-
JSON_PROPERTY_ADD_ON_LIST
- See Also:
-
-
Constructor Details
-
RatePlanRemovableResponseSupplier
public RatePlanRemovableResponseSupplier()
-
-
Method Details
-
hotelIdentifier
-
getHotelIdentifier
Rate plan's owner.- Returns:
- hotelIdentifier
-
setHotelIdentifier
-
ratePlanIdentifier
-
getRatePlanIdentifier
Rate plan identifier seeking to be removed.- Returns:
- ratePlanIdentifier
-
setRatePlanIdentifier
-
removable
-
getRemovable
Returns true if rate plan can be removed.- Returns:
- removable
-
setRemovable
-
masterRateList
public RatePlanRemovableResponseSupplier masterRateList(List<IdentifierNamePairSupplier> masterRateList) -
addMasterRateListItem
public RatePlanRemovableResponseSupplier addMasterRateListItem(IdentifierNamePairSupplier masterRateListItem) -
getMasterRateList
Get masterRateList- Returns:
- masterRateList
-
setMasterRateList
-
addOnList
-
addAddOnListItem
-
getAddOnList
Get addOnList- Returns:
- addOnList
-
setAddOnList
-
equals
-
hashCode
public int hashCode() -
toString
-