Package travel.wink.sdk.extranet.model
Class GeoJsonPointSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.GeoJsonPointSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-28T12:49:23.711911876+07:00[Asia/Bangkok]")
public class GeoJsonPointSupplierDetails
extends Object
GeoJsonPointSupplierDetails
-
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
-
GeoJsonPointSupplierDetails
public GeoJsonPointSupplierDetails()
-
-
Method Details
-
x
-
getX
Get x- Returns:
- x
-
setX
-
y
-
getY
Get y- Returns:
- y
-
setY
-
type
-
getType
Get type- Returns:
- type
-
setType
-
coordinates
-
addCoordinatesItem
-
getCoordinates
Get coordinates- Returns:
- coordinates
-
setCoordinates
-
equals
-
hashCode
public int hashCode() -
toString
-