Package travel.wink.sdk.extranet.model
Class PointSupplier
java.lang.Object
travel.wink.sdk.extranet.model.PointSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-16T10:18:27.744667752+07:00[Asia/Bangkok]")
public class PointSupplier
extends Object
PointSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetX()Get xgetY()Get yinthashCode()voidsetX(BigDecimal x) voidsetY(BigDecimal y) toString()x(BigDecimal x) y(BigDecimal y)
-
Field Details
-
JSON_PROPERTY_X
- See Also:
-
JSON_PROPERTY_Y
- See Also:
-
-
Constructor Details
-
PointSupplier
public PointSupplier()
-
-
Method Details