Class ApiHotelRoomFacility

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

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

  • Constructor Details

    • ApiHotelRoomFacility

      public ApiHotelRoomFacility()
  • Method Details

    • description

      public ApiHotelRoomFacility description(ApiContent description)
    • getDescription

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

      public void setDescription(ApiContent description)
    • facilityCode

      public ApiHotelRoomFacility facilityCode(Integer facilityCode)
    • getFacilityCode

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

      public void setFacilityCode(Integer facilityCode)
    • facilityGroupCode

      public ApiHotelRoomFacility facilityGroupCode(Integer facilityGroupCode)
    • getFacilityGroupCode

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

      public void setFacilityGroupCode(Integer facilityGroupCode)
    • indFee

      public ApiHotelRoomFacility indFee(Boolean indFee)
    • getIndFee

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

      public void setIndFee(Boolean indFee)
    • indLogic

      public ApiHotelRoomFacility indLogic(Boolean indLogic)
    • getIndLogic

      @Nullable public Boolean getIndLogic()
      Indicator if the facility exists at the hotel or not.
      Returns:
      indLogic
    • setIndLogic

      public void setIndLogic(Boolean indLogic)
    • indYesOrNo

      public ApiHotelRoomFacility indYesOrNo(Boolean indYesOrNo)
    • getIndYesOrNo

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

      public void setIndYesOrNo(Boolean indYesOrNo)
    • number

      public ApiHotelRoomFacility number(Integer number)
    • getNumber

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

      public void setNumber(Integer number)
    • order

      public ApiHotelRoomFacility 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)
    • voucher

      public ApiHotelRoomFacility 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