Class LineChartNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.analytics.model.LineChartNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:16:41.091743638+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class LineChartNonAuthenticatedEntity
extends Object
LineChartNonAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSeriesItem(ChartSeriesNonAuthenticatedEntity seriesItem) boolean@Valid UUIDUnique line chart identifierThe configuration options for the chart legend.@Valid List<@Valid ChartSeriesNonAuthenticatedEntity> The configuration of the chart series.getTitle()The configuration options for the chart titlegetxAxis()The configuration options of the category axis.getXaxis()Get xaxisinthashCode()identifier(UUID identifier) series(List<@Valid ChartSeriesNonAuthenticatedEntity> series) voidsetIdentifier(UUID identifier) voidvoidsetSeries(List<@Valid ChartSeriesNonAuthenticatedEntity> series) voidvoidvoidtoString()
-
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
-
LineChartNonAuthenticatedEntity
public LineChartNonAuthenticatedEntity()
-
-
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
public LineChartNonAuthenticatedEntity series(@Nullable List<@Valid ChartSeriesNonAuthenticatedEntity> 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
public LineChartNonAuthenticatedEntity xAxis(@Nullable ChartCategoryAxisNonAuthenticatedEntity xAxis) -
getxAxis
The configuration options of the category axis.- Returns:
- xAxis
-
setxAxis
-
xaxis
public LineChartNonAuthenticatedEntity xaxis(@Nullable ChartCategoryAxisNonAuthenticatedEntity xaxis) -
getXaxis
Get xaxis- Returns:
- xaxis
-
setXaxis
-
equals
-
hashCode
-
toString
-