Class ApiHotelFacility

java.lang.Object
travel.wink.hotelbeds.content.sdk.model.ApiHotelFacility

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]") public class ApiHotelFacility extends Object
Information on a hotel facility.
  • Field Details

  • Constructor Details

    • ApiHotelFacility

      public ApiHotelFacility()
  • Method Details

    • ageFrom

      public ApiHotelFacility ageFrom(Integer ageFrom)
    • getAgeFrom

      @Nullable public Integer getAgeFrom()
      Minimum age to access the facility.
      Returns:
      ageFrom
    • setAgeFrom

      public void setAgeFrom(Integer ageFrom)
    • ageTo

      public ApiHotelFacility ageTo(Integer ageTo)
    • getAgeTo

      @Nullable public Integer getAgeTo()
      Maximum age to access the facility.
      Returns:
      ageTo
    • setAgeTo

      public void setAgeTo(Integer ageTo)
    • amount

      public ApiHotelFacility amount(BigDecimal amount)
    • getAmount

      @Nullable @Valid public @Valid BigDecimal getAmount()
      Amount of the facility fee.
      Returns:
      amount
    • setAmount

      public void setAmount(BigDecimal amount)
    • applicationType

      public ApiHotelFacility applicationType(String applicationType)
    • getApplicationType

      @Nullable public String getApplicationType()
      Application type of the facility fee.
      Returns:
      applicationType
    • setApplicationType

      public void setApplicationType(String applicationType)
    • currency

      public ApiHotelFacility currency(String currency)
    • getCurrency

      @Nullable public String getCurrency()
      Currency of the facility fee.
      Returns:
      currency
    • setCurrency

      public void setCurrency(String currency)
    • dateFrom

      public ApiHotelFacility dateFrom(String dateFrom)
    • getDateFrom

      @Nullable public String getDateFrom()
      Date from which the facility is available.
      Returns:
      dateFrom
    • setDateFrom

      public void setDateFrom(String dateFrom)
    • dateTo

      public ApiHotelFacility dateTo(String dateTo)
    • getDateTo

      @Nullable public String getDateTo()
      Date until which the installation is available.
      Returns:
      dateTo
    • setDateTo

      public void setDateTo(String dateTo)
    • description

      public ApiHotelFacility description(ApiContent description)
    • getDescription

      @Nullable @Valid public @Valid ApiContent getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(ApiContent description)
    • distance

      public ApiHotelFacility distance(Integer distance)
    • getDistance

      @Nullable public Integer getDistance()
      Distance in meters to the facility.
      Returns:
      distance
    • setDistance

      public void setDistance(Integer distance)
    • facilityCode

      public ApiHotelFacility facilityCode(Integer facilityCode)
    • getFacilityCode

      @Nullable public Integer getFacilityCode()
      Code of the facility.
      Returns:
      facilityCode
    • setFacilityCode

      public void setFacilityCode(Integer facilityCode)
    • facilityGroupCode

      public ApiHotelFacility facilityGroupCode(Integer facilityGroupCode)
    • getFacilityGroupCode

      @Nullable public Integer getFacilityGroupCode()
      Group to which the facility belongs.
      Returns:
      facilityGroupCode
    • setFacilityGroupCode

      public void setFacilityGroupCode(Integer facilityGroupCode)
    • facilityName

      public ApiHotelFacility facilityName(String facilityName)
    • getFacilityName

      @Nullable public String getFacilityName()
      Name of the facility.
      Returns:
      facilityName
    • setFacilityName

      public void setFacilityName(String facilityName)
    • indFee

      public ApiHotelFacility indFee(Boolean indFee)
    • getIndFee

      @Nullable public Boolean getIndFee()
      Defines if the facility has cost or not at the establishment.
      Returns:
      indFee
    • setIndFee

      public void setIndFee(Boolean indFee)
    • indLogic

      public ApiHotelFacility indLogic(Boolean indLogic)
    • getIndLogic

      @Nullable public Boolean getIndLogic()
      Indicates if the facility exists at the hotel. This field will be returned __only__ when the facility is at the hotel.
      Returns:
      indLogic
    • setIndLogic

      public void setIndLogic(Boolean indLogic)
    • indYesOrNo

      public ApiHotelFacility indYesOrNo(Boolean indYesOrNo)
    • getIndYesOrNo

      @Nullable public Boolean getIndYesOrNo()
      Indicates in the mandatory facility exists at the hotel or not.
      Returns:
      indYesOrNo
    • setIndYesOrNo

      public void setIndYesOrNo(Boolean indYesOrNo)
    • number

      public ApiHotelFacility number(Integer number)
    • getNumber

      @Nullable public Integer getNumber()
      Numeric value of the facility.
      Returns:
      number
    • setNumber

      public void setNumber(Integer number)
    • order

      public ApiHotelFacility order(Integer order)
    • getOrder

      @Nullable public Integer getOrder()
      Order of facility in case there is more than one facility at the hotel.
      Returns:
      order
    • setOrder

      public void setOrder(Integer order)
    • timeFrom

      public ApiHotelFacility timeFrom(String timeFrom)
    • getTimeFrom

      @Nullable public String getTimeFrom()
      Time from which the facility is available.
      Returns:
      timeFrom
    • setTimeFrom

      public void setTimeFrom(String timeFrom)
    • timeTo

      public ApiHotelFacility timeTo(String timeTo)
    • getTimeTo

      @Nullable public String getTimeTo()
      Time until which the facility is available.
      Returns:
      timeTo
    • setTimeTo

      public void setTimeTo(String timeTo)
    • voucher

      public ApiHotelFacility voucher(Boolean voucher)
    • getVoucher

      @Nullable public Boolean getVoucher()
      Indicates if the use of the facility will issue a voucher.
      Returns:
      voucher
    • setVoucher

      public void setVoucher(Boolean voucher)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object