Package travel.wink.sdk.extranet.model
Class UpdateLocationRequest
java.lang.Object
travel.wink.sdk.extranet.model.UpdateLocationRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T12:37:26.819025+07:00[Asia/Bangkok]")
public class UpdateLocationRequest
extends Object
UpdateLocationRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringUpdate location for this property identifier@NotNull @Valid GeoJsonPointgetPoint()Get pointinthashCode()hotelIdentifier(String hotelIdentifier) point(GeoJsonPoint point) voidsetHotelIdentifier(String hotelIdentifier) voidsetPoint(GeoJsonPoint point) toString()
-
Field Details
-
JSON_PROPERTY_HOTEL_IDENTIFIER
- See Also:
-
JSON_PROPERTY_POINT
- See Also:
-
-
Constructor Details
-
UpdateLocationRequest
public UpdateLocationRequest()
-
-
Method Details
-
hotelIdentifier
-
getHotelIdentifier
Update location for this property identifier- Returns:
- hotelIdentifier
-
setHotelIdentifier
-
point
-
getPoint
Get point- Returns:
- point
-
setPoint
-
equals
-
hashCode
public int hashCode() -
toString
-