Package travel.wink.sdk.analytics.model
Class AxisLineConsumer
java.lang.Object
travel.wink.sdk.analytics.model.AxisLineConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-07-24T11:28:36.455821383+07:00[Asia/Bangkok]")
public class AxisLineConsumer
extends Object
The configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondashType(AxisLineConsumer.DashTypeEnum dashType) booleangetColor()Get colorGet dashTypeGet visible@Valid BigDecimalgetWidth()Get widthinthashCode()voidvoidsetDashType(AxisLineConsumer.DashTypeEnum dashType) voidsetVisible(Boolean visible) voidsetWidth(BigDecimal width) toString()width(BigDecimal width)
-
Field Details
-
JSON_PROPERTY_COLOR
- See Also:
-
JSON_PROPERTY_DASH_TYPE
- See Also:
-
JSON_PROPERTY_VISIBLE
- See Also:
-
JSON_PROPERTY_WIDTH
- See Also:
-
-
Constructor Details
-
AxisLineConsumer
public AxisLineConsumer()
-
-
Method Details
-
color
-
getColor
Get color- Returns:
- color
-
setColor
-
dashType
-
getDashType
Get dashType- Returns:
- dashType
-
setDashType
-
visible
-
getVisible
Get visible- Returns:
- visible
-
setVisible
-
width
-
getWidth
Get width- Returns:
- width
-
setWidth
-
equals
-
hashCode
public int hashCode() -
toString
-