Package travel.wink.sdk.analytics.model
Class ChartValueAxisNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.analytics.model.ChartValueAxisNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-05T21:40:37.594002361+07:00[Asia/Bangkok]")
public class ChartValueAxisNonAuthenticatedEntity
extends Object
The configuration options of the value axis.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaxisCrossingValue(Integer axisCrossingValue) boolean- (Only for objects) The value at which the category axis crosses this axis.Get labelsgetLine()Get lineThe interval between major divisions.inthashCode()voidsetAxisCrossingValue(Integer axisCrossingValue) voidvoidvoidsetMajorUnit(Float majorUnit) toString()
-
Field Details
-
JSON_PROPERTY_LABELS
- See Also:
-
JSON_PROPERTY_LINE
- See Also:
-
JSON_PROPERTY_AXIS_CROSSING_VALUE
- See Also:
-
JSON_PROPERTY_MAJOR_UNIT
- See Also:
-
-
Constructor Details
-
ChartValueAxisNonAuthenticatedEntity
public ChartValueAxisNonAuthenticatedEntity()
-
-
Method Details
-
labels
public ChartValueAxisNonAuthenticatedEntity labels(ChartValueAxisLabelsNonAuthenticatedEntity labels) -
getLabels
Get labels- Returns:
- labels
-
setLabels
-
line
-
getLine
Get line- Returns:
- line
-
setLine
-
axisCrossingValue
-
getAxisCrossingValue
- (Only for objects) The value at which the category axis crosses this axis. - (Only for arrays) The value indices at which the category axes cross the value axis. - (Only for dates) The date at which the category axis crosses this axis.- Returns:
- axisCrossingValue
-
setAxisCrossingValue
-
majorUnit
-
getMajorUnit
The interval between major divisions. If `valueAxis.type` is set to `log`, the majorUnit value is used for the base of the logarithm.- Returns:
- majorUnit
-
setMajorUnit
-
equals
-
hashCode
-
toString
-