Package travel.wink.sdk.extranet.model
Class MarginSupplier
java.lang.Object
travel.wink.sdk.extranet.model.MarginSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-05T21:41:24.797077847+07:00[Asia/Bangkok]")
public class MarginSupplier
extends Object
MarginSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbottom(BigDecimal bottom) boolean@Valid BigDecimalGet bottom@Valid BigDecimalgetLeft()Get left@Valid BigDecimalgetRight()Get right@Valid BigDecimalgetTop()Get topinthashCode()left(BigDecimal left) right(BigDecimal right) voidsetBottom(BigDecimal bottom) voidsetLeft(BigDecimal left) voidsetRight(BigDecimal right) voidsetTop(BigDecimal top) top(BigDecimal top) toString()
-
Field Details
-
JSON_PROPERTY_TOP
- See Also:
-
JSON_PROPERTY_RIGHT
- See Also:
-
JSON_PROPERTY_BOTTOM
- See Also:
-
JSON_PROPERTY_LEFT
- See Also:
-
-
Constructor Details
-
MarginSupplier
public MarginSupplier()
-
-
Method Details
-
top
-
getTop
-
setTop
-
right
-
getRight
-
setRight
-
bottom
-
getBottom
-
setBottom
-
left
-
getLeft
-
setLeft
-
equals
-
hashCode
-
toString
-