Package travel.wink.sdk.booking.model
Class GeoJsonPolygonAgent
java.lang.Object
travel.wink.sdk.booking.model.GeoJsonPolygonAgent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-24T11:13:07.607433685+07:00[Asia/Bangkok]")
public class GeoJsonPolygonAgent
extends Object
Map bounds the user is looking. Bounds provided by map provider.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCoordinatesItem(GeoJsonLineStringAgent coordinatesItem) addPointsItem(PointAgent pointsItem) coordinates(List<GeoJsonLineStringAgent> coordinates) boolean@Valid List<GeoJsonLineStringAgent>Get coordinates@Valid List<PointAgent>Get pointsgetType()Get typeinthashCode()points(List<PointAgent> points) voidsetCoordinates(List<GeoJsonLineStringAgent> coordinates) voidsetPoints(List<PointAgent> points) voidtoString()
-
Field Details
-
JSON_PROPERTY_POINTS
- See Also:
-
JSON_PROPERTY_COORDINATES
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
GeoJsonPolygonAgent
public GeoJsonPolygonAgent()
-
-
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
-