Package travel.wink.sdk.extranet.model
Class Margin
java.lang.Object
travel.wink.sdk.extranet.model.Margin
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-20T21:56:24.013599+07:00[Asia/Bangkok]")
public class Margin
extends Object
Margin
-
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
-
Margin
public Margin()
-
-
Method Details
-
top
-
getTop
Get top- Returns:
- top
-
setTop
-
right
-
getRight
Get right- Returns:
- right
-
setRight
-
bottom
-
getBottom
Get bottom- Returns:
- bottom
-
setBottom
-
left
-
getLeft
Get left- Returns:
- left
-
setLeft
-
equals
-
hashCode
public int hashCode() -
toString
-