Class GeoJsonPointAuthenticatedEntity
java.lang.Object
travel.wink.sdk.booking.model.GeoJsonPointAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-27T09:35:47.117628182+07:00[Asia/Bangkok]")
public class GeoJsonPointAuthenticatedEntity
extends Object
Geo-location point where blocking takes place. Defaults to location of property.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCoordinatesItem(BigDecimal coordinatesItem) coordinates(List<BigDecimal> coordinates) booleanGet coordinatesgetType()Get typegetX()Get xgetY()Get yinthashCode()voidsetCoordinates(List<BigDecimal> coordinates) voidvoidsetX(BigDecimal x) voidsetY(BigDecimal y) toString()x(BigDecimal x) y(BigDecimal y)
-
Field Details
-
JSON_PROPERTY_X
- See Also:
-
JSON_PROPERTY_Y
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_COORDINATES
- See Also:
-
-
Constructor Details
-
GeoJsonPointAuthenticatedEntity
public GeoJsonPointAuthenticatedEntity()
-
-
Method Details
-
x
-
getX
-
setX
-
y
-
getY
-
setY
-
type
-
getType
-
setType
-
coordinates
-
addCoordinatesItem
-
getCoordinates
-
setCoordinates
-
equals
-
hashCode
-
toString
-