Package travel.wink.sdk.extranet.model
Class NoteLineSupplier
java.lang.Object
travel.wink.sdk.extranet.model.NoteLineSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-12T17:00:54.890892627+07:00[Asia/Bangkok]")
public class NoteLineSupplier
extends Object
NoteLineSupplier
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondashType(NoteLineSupplier.DashTypeEnum dashType) booleangetColor()Get colorGet dashType@Valid BigDecimalGet length@Valid BigDecimalgetWidth()Get widthinthashCode()length(BigDecimal length) voidvoidsetDashType(NoteLineSupplier.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
-
NoteLineSupplier
public NoteLineSupplier()
-
-
Method Details
-
color
-
getColor
-
setColor
-
dashType
-
getDashType
-
setDashType
-
length
-
getLength
-
setLength
-
width
-
getWidth
-
setWidth
-
equals
-
hashCode
-
toString
-