Package travel.wink.sdk.affiliate.model
Class AxisTicksSupplier
java.lang.Object
travel.wink.sdk.affiliate.model.AxisTicksSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-23T16:37:07.766718238+07:00[Asia/Bangkok]")
public class AxisTicksSupplier
extends Object
The configuration of the category axis minor ticks.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetColor()Get color@Valid BigDecimalgetSize()Get size@Valid BigDecimalgetSkip()Get skip@Valid BigDecimalgetStep()Get stepGet visible@Valid BigDecimalgetWidth()Get widthinthashCode()voidvoidsetSize(BigDecimal size) voidsetSkip(BigDecimal skip) voidsetStep(BigDecimal step) voidsetVisible(Boolean visible) voidsetWidth(BigDecimal width) size(BigDecimal size) skip(BigDecimal skip) step(BigDecimal step) toString()width(BigDecimal width)
-
Field Details
-
JSON_PROPERTY_COLOR
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
JSON_PROPERTY_STEP
- See Also:
-
JSON_PROPERTY_SKIP
- See Also:
-
JSON_PROPERTY_VISIBLE
- See Also:
-
JSON_PROPERTY_WIDTH
- See Also:
-
-
Constructor Details
-
AxisTicksSupplier
public AxisTicksSupplier()
-
-
Method Details
-
color
-
getColor
-
setColor
-
size
-
getSize
-
setSize
-
step
-
getStep
-
setStep
-
skip
-
getSkip
-
setSkip
-
visible
-
getVisible
-
setVisible
-
width
-
getWidth
-
setWidth
-
equals
-
hashCode
-
toString
-