Package travel.wink.sdk.analytics.model
Class LineChartConsumer
java.lang.Object
travel.wink.sdk.analytics.model.LineChartConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-07-24T11:28:36.455821383+07:00[Asia/Bangkok]")
public class LineChartConsumer
extends Object
LineChartConsumer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSeriesItem(ChartSeriesConsumer seriesItem) categoryAxis(ChartCategoryAxisConsumer categoryAxis) boolean@Valid ChartCategoryAxisConsumerGet categoryAxis@Valid UUIDUnique line chart identifier@Valid ChartLegendConsumerGet legendSets the preferred rendering engine.@Valid List<ChartSeriesConsumer>The configuration of the chart series.@Valid ChartSeriesDefaultsConsumerGet seriesDefaults@Valid ChartTitleConsumergetTitle()Get title@Valid ChartTooltipConsumerGet tooltipIf set to `true`, the Chart plays animations when it displays the series.@Valid ChartValueAxisConsumerGet valueAxisinthashCode()identifier(UUID identifier) legend(ChartLegendConsumer legend) series(List<ChartSeriesConsumer> series) seriesDefaults(ChartSeriesDefaultsConsumer seriesDefaults) voidsetCategoryAxis(ChartCategoryAxisConsumer categoryAxis) voidsetIdentifier(UUID identifier) voidsetLegend(ChartLegendConsumer legend) voidsetRenderAs(String renderAs) voidsetSeries(List<ChartSeriesConsumer> series) voidsetSeriesDefaults(ChartSeriesDefaultsConsumer seriesDefaults) voidsetTitle(ChartTitleConsumer title) voidsetTooltip(ChartTooltipConsumer tooltip) voidsetTransitions(Boolean transitions) voidsetValueAxis(ChartValueAxisConsumer valueAxis) title(ChartTitleConsumer title) tooltip(ChartTooltipConsumer tooltip) toString()transitions(Boolean transitions) valueAxis(ChartValueAxisConsumer valueAxis)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_LEGEND
- See Also:
-
JSON_PROPERTY_SERIES_DEFAULTS
- See Also:
-
JSON_PROPERTY_SERIES
- See Also:
-
JSON_PROPERTY_VALUE_AXIS
- See Also:
-
JSON_PROPERTY_CATEGORY_AXIS
- See Also:
-
JSON_PROPERTY_TOOLTIP
- See Also:
-
JSON_PROPERTY_RENDER_AS
- See Also:
-
JSON_PROPERTY_TRANSITIONS
- See Also:
-
-
Constructor Details
-
LineChartConsumer
public LineChartConsumer()
-
-
Method Details
-
identifier
-
getIdentifier
Unique line chart identifier- Returns:
- identifier
-
setIdentifier
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
legend
-
getLegend
Get legend- Returns:
- legend
-
setLegend
-
seriesDefaults
-
getSeriesDefaults
Get seriesDefaults- Returns:
- seriesDefaults
-
setSeriesDefaults
-
series
-
addSeriesItem
-
getSeries
The configuration of the chart series. The series type is determined by the value of the type field. If a type value is missing, the chart renders the type that is specified in `seriesDefaults`. Some options accept functions as arguments. These arguments are evaluated for each point which is supplied as a parameter. If no value is returned, the chart uses the `theme` or `seriesDefaults` values.- Returns:
- series
-
setSeries
-
valueAxis
-
getValueAxis
Get valueAxis- Returns:
- valueAxis
-
setValueAxis
-
categoryAxis
-
getCategoryAxis
Get categoryAxis- Returns:
- categoryAxis
-
setCategoryAxis
-
tooltip
-
getTooltip
Get tooltip- Returns:
- tooltip
-
setTooltip
-
renderAs
-
getRenderAs
Sets the preferred rendering engine. If not supported by the browser, the Chart switches to the first available mode. The supported values are: - svg (If available, renders the component as an inline .svg file.)- canvas (If available, renders the component as a canvas element.)- Returns:
- renderAs
-
setRenderAs
-
transitions
-
getTransitions
If set to `true`, the Chart plays animations when it displays the series. By default, animations are enabled.- Returns:
- transitions
-
setTransitions
-
equals
-
hashCode
public int hashCode() -
toString
-