Package travel.wink.sdk.analytics.model
Class LineChartNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.analytics.model.LineChartNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-08T10:43:55.545651496+07:00[Asia/Bangkok]")
public class LineChartNonAuthenticatedEntity
extends Object
LineChartNonAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSeriesItem(ChartSeriesNonAuthenticatedEntity seriesItem) categoryAxis(ChartCategoryAxisNonAuthenticatedEntity categoryAxis) booleanGet categoryAxis@Valid UUIDUnique line chart identifierGet legendSets the preferred rendering engine.The configuration of the chart series.Get seriesDefaultsgetTitle()Get titleGet tooltipIf set to `true`, the Chart plays animations when it displays the series.Get valueAxisinthashCode()identifier(UUID identifier) series(List<ChartSeriesNonAuthenticatedEntity> series) seriesDefaults(ChartSeriesDefaultsNonAuthenticatedEntity seriesDefaults) voidsetCategoryAxis(ChartCategoryAxisNonAuthenticatedEntity categoryAxis) voidsetIdentifier(UUID identifier) voidvoidsetRenderAs(String renderAs) voidvoidsetSeriesDefaults(ChartSeriesDefaultsNonAuthenticatedEntity seriesDefaults) voidvoidvoidsetTransitions(Boolean transitions) voidsetValueAxis(ChartValueAxisNonAuthenticatedEntity valueAxis) toString()transitions(Boolean transitions) valueAxis(ChartValueAxisNonAuthenticatedEntity 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
-
LineChartNonAuthenticatedEntity
public LineChartNonAuthenticatedEntity()
-
-
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
public LineChartNonAuthenticatedEntity seriesDefaults(ChartSeriesDefaultsNonAuthenticatedEntity 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
public LineChartNonAuthenticatedEntity categoryAxis(ChartCategoryAxisNonAuthenticatedEntity 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
-