Class LineChartSupplier
java.lang.Object
travel.wink.sdk.extranet.booking.model.LineChartSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-24T16:09:09.617820397+07:00[Asia/Bangkok]")
public class LineChartSupplier
extends Object
Interesting property-level chart data overview
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSeriesItem(ChartSeriesSupplier seriesItem) boolean@Valid UUIDUnique line chart identifier@Valid ChartLegendSupplierGet legend@Valid List<ChartSeriesSupplier> The configuration of the chart series.@Valid ChartTitleSuppliergetTitle()Get title@Valid ChartCategoryAxisSuppliergetxAxis()Get xAxis@Valid ChartCategoryAxisSuppliergetXaxis()Get xaxisinthashCode()identifier(UUID identifier) legend(ChartLegendSupplier legend) series(List<ChartSeriesSupplier> series) voidsetIdentifier(UUID identifier) voidsetLegend(ChartLegendSupplier legend) voidsetSeries(List<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
-
setTitle
-
legend
-
getLegend
-
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
-
setxAxis
-
xaxis
-
getXaxis
-
setXaxis
-
equals
-
hashCode
-
toString
-