Package travel.wink.sdk.analytics.model
Class GridLinesNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.analytics.model.GridLinesNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-05T21:40:37.594002361+07:00[Asia/Bangkok]")
public class GridLinesNonAuthenticatedEntity
extends Object
The configuration of the minor grid lines. These are the lines that are an extension of the minor ticks through the body of the Chart.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets dashType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetColor()Get colorGet dashType@Valid BigDecimalgetSkip()Get skip@Valid BigDecimalgetStep()Get stepGet visible@Valid BigDecimalgetWidth()Get widthinthashCode()voidvoidvoidsetSkip(BigDecimal skip) voidsetStep(BigDecimal step) voidsetVisible(Boolean visible) voidsetWidth(BigDecimal width) skip(BigDecimal skip) step(BigDecimal step) toString()width(BigDecimal width)
-
Field Details
-
JSON_PROPERTY_COLOR
- See Also:
-
JSON_PROPERTY_DASH_TYPE
- See Also:
-
JSON_PROPERTY_SKIP
- See Also:
-
JSON_PROPERTY_STEP
- See Also:
-
JSON_PROPERTY_VISIBLE
- See Also:
-
JSON_PROPERTY_WIDTH
- See Also:
-
-
Constructor Details
-
GridLinesNonAuthenticatedEntity
public GridLinesNonAuthenticatedEntity()
-
-
Method Details
-
color
-
getColor
-
setColor
-
dashType
public GridLinesNonAuthenticatedEntity dashType(GridLinesNonAuthenticatedEntity.DashTypeEnum dashType) -
getDashType
Get dashType- Returns:
- dashType
-
setDashType
-
skip
-
getSkip
-
setSkip
-
step
-
getStep
-
setStep
-
visible
-
getVisible
-
setVisible
-
width
-
getWidth
-
setWidth
-
equals
-
hashCode
-
toString
-