Package travel.wink.sdk.extranet.model
Class GeoJsonPolygonSupplier
java.lang.Object
travel.wink.sdk.extranet.model.GeoJsonPolygonSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-02-23T13:12:29.043847278+07:00[Asia/Bangkok]")
public class GeoJsonPolygonSupplier
extends Object
Map bounds the user is looking. Bounds provided by map provider.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCoordinatesItem(GeoJsonLineStringSupplier coordinatesItem) addPointsItem(PointSupplier pointsItem) coordinates(List<GeoJsonLineStringSupplier> coordinates) boolean@Valid List<GeoJsonLineStringSupplier> Get coordinates@Valid List<PointSupplier> Get pointsgetType()Get typeinthashCode()points(List<PointSupplier> points) voidsetCoordinates(List<GeoJsonLineStringSupplier> coordinates) voidsetPoints(List<PointSupplier> points) voidtoString()
-
Field Details
-
JSON_PROPERTY_POINTS
- See Also:
-
JSON_PROPERTY_COORDINATES
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
GeoJsonPolygonSupplier
public GeoJsonPolygonSupplier()
-
-
Method Details
-
points
-
addPointsItem
-
getPoints
Get points- Returns:
- points
-
setPoints
-
coordinates
-
addCoordinatesItem
-
getCoordinates
Get coordinates- Returns:
- coordinates
-
setCoordinates
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-