Package travel.wink.sdk.booking.model
Class PointBooker
java.lang.Object
travel.wink.sdk.booking.model.PointBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-08T10:44:07.860684640+07:00[Asia/Bangkok]")
public class PointBooker
extends Object
PointBooker
-
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
-
PointBooker
public PointBooker()
-
-
Method Details