Class ChartSeriesDefaultsNonAuthenticatedEntity

java.lang.Object
travel.wink.sdk.analytics.model.ChartSeriesDefaultsNonAuthenticatedEntity

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-08T10:43:55.545651496+07:00[Asia/Bangkok]") public class ChartSeriesDefaultsNonAuthenticatedEntity extends Object
The default options of all series.
  • Field Details

  • Constructor Details

    • ChartSeriesDefaultsNonAuthenticatedEntity

      public ChartSeriesDefaultsNonAuthenticatedEntity()
  • Method Details

    • type

    • getType

      @Nullable public String getType()
      The default type of the series. The supported values are: - area - bar - bubble - bullet - candlestick - column - donut - funnel - line - ohlc - pie - polarArea - polarLine - polarScatter - radarArea - radarColumn - radarLine - rangeArea - rangeBar - rangeColumn - scatter - scatterLine - verticalArea - verticalBullet - verticalLine - verticalRangeArea - waterfall
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object