Class RateTester

java.lang.Object
travel.wink.sdk.extranet.model.RateTester

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-28T12:57:25.040272+07:00[Asia/Bangkok]") public class RateTester extends Object
RateTester
  • Field Details

  • Constructor Details

    • RateTester

      public RateTester()
  • Method Details

    • hotelIdentifier

      public RateTester hotelIdentifier(String hotelIdentifier)
    • getHotelIdentifier

      @Nonnull @NotNull public @NotNull String getHotelIdentifier()
      Get hotelIdentifier
      Returns:
      hotelIdentifier
    • setHotelIdentifier

      public void setHotelIdentifier(String hotelIdentifier)
    • channel

      public RateTester channel(ChannelName channel)
    • getChannel

      @Nonnull @NotNull @Valid public @NotNull @Valid ChannelName getChannel()
      Get channel
      Returns:
      channel
    • setChannel

      public void setChannel(ChannelName channel)
    • stayStartDate

      public RateTester stayStartDate(LocalDate stayStartDate)
    • getStayStartDate

      @Nonnull @NotNull @Valid public @NotNull @Valid LocalDate getStayStartDate()
      Get stayStartDate
      Returns:
      stayStartDate
    • setStayStartDate

      public void setStayStartDate(LocalDate stayStartDate)
    • stayEndDate

      public RateTester stayEndDate(LocalDate stayEndDate)
    • getStayEndDate

      @Nonnull @NotNull @Valid public @NotNull @Valid LocalDate getStayEndDate()
      Get stayEndDate
      Returns:
      stayEndDate
    • setStayEndDate

      public void setStayEndDate(LocalDate stayEndDate)
    • roomConfigurations

      public RateTester roomConfigurations(List<RoomConfiguration> roomConfigurations)
    • addRoomConfigurationsItem

      public RateTester addRoomConfigurationsItem(RoomConfiguration roomConfigurationsItem)
    • getRoomConfigurations

      @Nonnull @NotNull @Valid public @NotNull @Valid List<RoomConfiguration> getRoomConfigurations()
      Get roomConfigurations
      Returns:
      roomConfigurations
    • setRoomConfigurations

      public void setRoomConfigurations(List<RoomConfiguration> roomConfigurations)
    • currency

      public RateTester currency(String currency)
    • getCurrency

      @Nonnull @NotNull public @NotNull String getCurrency()
      Get currency
      Returns:
      currency
    • setCurrency

      public void setCurrency(String currency)
    • authenticated

      public RateTester authenticated(Boolean authenticated)
    • getAuthenticated

      @Nonnull @NotNull public @NotNull Boolean getAuthenticated()
      Get authenticated
      Returns:
      authenticated
    • setAuthenticated

      public void setAuthenticated(Boolean authenticated)
    • bookingDate

      public RateTester bookingDate(LocalDate bookingDate)
    • getBookingDate

      @Nullable @Valid public @Valid LocalDate getBookingDate()
      Get bookingDate
      Returns:
      bookingDate
    • setBookingDate

      public void setBookingDate(LocalDate bookingDate)
    • sellStartDate

      public RateTester sellStartDate(LocalDate sellStartDate)
    • getSellStartDate

      @Nullable @Valid public @Valid LocalDate getSellStartDate()
      Get sellStartDate
      Returns:
      sellStartDate
    • setSellStartDate

      public void setSellStartDate(LocalDate sellStartDate)
    • sellEndDate

      public RateTester sellEndDate(LocalDate sellEndDate)
    • getSellEndDate

      @Nullable @Valid public @Valid LocalDate getSellEndDate()
      Get sellEndDate
      Returns:
      sellEndDate
    • setSellEndDate

      public void setSellEndDate(LocalDate sellEndDate)
    • promotion

      public RateTester promotion(String promotion)
    • getPromotion

      @Nullable public String getPromotion()
      Get promotion
      Returns:
      promotion
    • setPromotion

      public void setPromotion(String promotion)
    • sourceCurrency

      public RateTester sourceCurrency(String sourceCurrency)
    • getSourceCurrency

      @Nullable public String getSourceCurrency()
      Get sourceCurrency
      Returns:
      sourceCurrency
    • setSourceCurrency

      public void setSourceCurrency(String sourceCurrency)
    • city

      public RateTester city(GeoName city)
    • getCity

      @Nullable @Valid public @Valid GeoName getCity()
      Get city
      Returns:
      city
    • setCity

      public void setCity(GeoName city)
    • country

      public RateTester country(GeoNameCountry country)
    • getCountry

      @Nullable @Valid public @Valid GeoNameCountry getCountry()
      Get country
      Returns:
      country
    • setCountry

      public void setCountry(GeoNameCountry country)
    • continent

      public RateTester continent(String continent)
    • getContinent

      @Nullable public String getContinent()
      Get continent
      Returns:
      continent
    • setContinent

      public void setContinent(String continent)
    • ipNumber

      public RateTester ipNumber(String ipNumber)
    • getIpNumber

      @Nullable public String getIpNumber()
      Get ipNumber
      Returns:
      ipNumber
    • setIpNumber

      public void setIpNumber(String ipNumber)
    • timezone

      public RateTester timezone(String timezone)
    • getTimezone

      @Nullable public String getTimezone()
      Get timezone
      Returns:
      timezone
    • setTimezone

      public void setTimezone(String timezone)
    • latitude

      public RateTester latitude(Double latitude)
    • getLatitude

      @Nullable public Double getLatitude()
      Get latitude
      Returns:
      latitude
    • setLatitude

      public void setLatitude(Double latitude)
    • longitude

      public RateTester longitude(Double longitude)
    • getLongitude

      @Nullable public Double getLongitude()
      Get longitude
      Returns:
      longitude
    • setLongitude

      public void setLongitude(Double longitude)
    • policy

      public RateTester policy(PropertyPolicy policy)
    • getPolicy

      @Nullable @Valid public @Valid PropertyPolicy getPolicy()
      Get policy
      Returns:
      policy
    • setPolicy

      public void setPolicy(PropertyPolicy policy)
    • 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