Package travel.wink.sdk.affiliate.model
Class GeoJsonRectangleAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.GeoJsonRectangleAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-22T15:42:37.943829811+07:00[Asia/Bangkok]")
public class GeoJsonRectangleAffiliate
extends Object
A GeoJSON rectangle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Valid GeoJsonPointAffiliateGet northEast@NotNull @Valid GeoJsonPointAffiliateGet southWestinthashCode()northEast(GeoJsonPointAffiliate northEast) voidsetNorthEast(GeoJsonPointAffiliate northEast) voidsetSouthWest(GeoJsonPointAffiliate southWest) southWest(GeoJsonPointAffiliate southWest) toString()
-
Field Details
-
JSON_PROPERTY_SOUTH_WEST
- See Also:
-
JSON_PROPERTY_NORTH_EAST
- See Also:
-
-
Constructor Details
-
GeoJsonRectangleAffiliate
public GeoJsonRectangleAffiliate()
-
-
Method Details