Package travel.wink.sdk.analytics.model
Class ChartValueAxisConsumer
java.lang.Object
travel.wink.sdk.analytics.model.ChartValueAxisConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-07-24T11:28:36.455821383+07:00[Asia/Bangkok]")
public class ChartValueAxisConsumer
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.@Valid ChartValueAxisLabelsConsumerGet labels@Valid ChartValueAxisLineConsumergetLine()Get lineThe interval between major divisions.inthashCode()labels(ChartValueAxisLabelsConsumer labels) 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
-
ChartValueAxisConsumer
public ChartValueAxisConsumer()
-
-
Method Details
-
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
public int hashCode() -
toString
-