Package travel.wink.sdk.extranet.model
Class NoteLine
java.lang.Object
travel.wink.sdk.extranet.model.NoteLine
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-05T13:54:29.398954+07:00[Asia/Bangkok]")
public class NoteLine
extends Object
NoteLine
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondashType(NoteLine.DashTypeEnum dashType) booleangetColor()Get colorGet dashType@Valid BigDecimalGet length@Valid BigDecimalgetWidth()Get widthinthashCode()length(BigDecimal length) voidvoidsetDashType(NoteLine.DashTypeEnum dashType) voidsetLength(BigDecimal length) voidsetWidth(BigDecimal width) toString()width(BigDecimal width)
-
Field Details
-
JSON_PROPERTY_COLOR
- See Also:
-
JSON_PROPERTY_DASH_TYPE
- See Also:
-
JSON_PROPERTY_LENGTH
- See Also:
-
JSON_PROPERTY_WIDTH
- See Also:
-
-
Constructor Details
-
NoteLine
public NoteLine()
-
-
Method Details
-
color
-
getColor
Get color- Returns:
- color
-
setColor
-
dashType
-
getDashType
Get dashType- Returns:
- dashType
-
setDashType
-
length
-
getLength
Get length- Returns:
- length
-
setLength
-
width
-
getWidth
Get width- Returns:
- width
-
setWidth
-
equals
-
hashCode
public int hashCode() -
toString
-