Class UpdateLocationRequest

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-05T13:54:29.398954+07:00[Asia/Bangkok]") public class UpdateLocationRequest extends Object
UpdateLocationRequest
  • Field Details

  • Constructor Details

    • UpdateLocationRequest

      public UpdateLocationRequest()
  • Method Details

    • hotelIdentifier

      public UpdateLocationRequest hotelIdentifier(String hotelIdentifier)
    • getHotelIdentifier

      @Nonnull @NotNull public @NotNull String getHotelIdentifier()
      Update location for this property identifier
      Returns:
      hotelIdentifier
    • setHotelIdentifier

      public void setHotelIdentifier(String hotelIdentifier)
    • point

      public UpdateLocationRequest point(GeoJsonPoint point)
    • getPoint

      @Nonnull @NotNull @Valid public @NotNull @Valid GeoJsonPoint getPoint()
      Get point
      Returns:
      point
    • setPoint

      public void setPoint(GeoJsonPoint point)
    • 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