Class LineChartSupplier
java.lang.Object
travel.wink.sdk.extranet.booking.model.LineChartSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:17:36.846722567+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class LineChartSupplier
extends Object
LineChartSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSeriesItem(ChartSeriesSupplier seriesItem) boolean@Valid UUIDUnique line chart identifier@Valid ChartLegendSupplierThe configuration options for the chart legend.@Valid List<@Valid ChartSeriesSupplier> The configuration of the chart series.@Valid ChartTitleSuppliergetTitle()The configuration options for the chart title@Valid ChartCategoryAxisSuppliergetxAxis()The configuration options of the category axis.@Valid ChartCategoryAxisSuppliergetXaxis()Get xaxisinthashCode()identifier(UUID identifier) legend(ChartLegendSupplier legend) series(List<@Valid ChartSeriesSupplier> series) voidsetIdentifier(UUID identifier) voidsetLegend(ChartLegendSupplier legend) voidsetSeries(List<@Valid ChartSeriesSupplier> series) voidsetTitle(ChartTitleSupplier title) voidvoidtitle(ChartTitleSupplier title) toString()xaxis(ChartCategoryAxisSupplier xaxis) xAxis(ChartCategoryAxisSupplier xAxis)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_LEGEND
- See Also:
-
JSON_PROPERTY_SERIES
- See Also:
-
JSON_PROPERTY_X_AXIS
- See Also:
-
JSON_PROPERTY_XAXIS
- See Also:
-
-
Constructor Details
-
LineChartSupplier
public LineChartSupplier()
-
-
Method Details
-
identifier
-
getIdentifier
Unique line chart identifier- Returns:
- identifier
-
setIdentifier
-
title
-
getTitle
The configuration options for the chart title- Returns:
- title
-
setTitle
-
legend
-
getLegend
The configuration options for the chart legend.- Returns:
- legend
-
setLegend
-
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
-
xAxis
-
getxAxis
The configuration options of the category axis.- Returns:
- xAxis
-
setxAxis
-
xaxis
-
getXaxis
-
setXaxis
-
equals
-
hashCode
-
toString
-