Class LineChartNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.analytics.model.LineChartNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-27T09:35:35.803475619+07:00[Asia/Bangkok]")
public class LineChartNonAuthenticatedEntity
extends Object
LineChartNonAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSeriesItem(ChartSeriesNonAuthenticatedEntity seriesItem) boolean@Valid UUIDUnique line chart identifierGet legendThe configuration of the chart series.getTitle()Get titlegetxAxis()Get xAxisgetXaxis()Get xaxisinthashCode()identifier(UUID identifier) series(List<ChartSeriesNonAuthenticatedEntity> series) voidsetIdentifier(UUID identifier) voidvoidvoidvoidvoidtoString()
-
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
-
setTitle
-
legend
-
getLegend
Get 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
Get xAxis- Returns:
- xAxis
-
setxAxis
-
xaxis
-
getXaxis
Get xaxis- Returns:
- xaxis
-
setXaxis
-
equals
-
hashCode
-
toString
-