@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScatterPlotWidgetDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COLOR_BY_GROUPS |
static String |
JSON_PROPERTY_CUSTOM_LINKS |
static String |
JSON_PROPERTY_REQUESTS |
static String |
JSON_PROPERTY_TIME |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_TITLE_ALIGN |
static String |
JSON_PROPERTY_TITLE_SIZE |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_XAXIS |
static String |
JSON_PROPERTY_YAXIS |
boolean |
unparsed |
| Constructor and Description |
|---|
ScatterPlotWidgetDefinition() |
ScatterPlotWidgetDefinition(ScatterPlotWidgetDefinitionRequests requests,
ScatterPlotWidgetDefinitionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_COLOR_BY_GROUPS
public static final String JSON_PROPERTY_CUSTOM_LINKS
public static final String JSON_PROPERTY_REQUESTS
public static final String JSON_PROPERTY_TIME
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TITLE_ALIGN
public static final String JSON_PROPERTY_TITLE_SIZE
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_XAXIS
public static final String JSON_PROPERTY_YAXIS
public ScatterPlotWidgetDefinition()
public ScatterPlotWidgetDefinition(ScatterPlotWidgetDefinitionRequests requests, ScatterPlotWidgetDefinitionType type)
public ScatterPlotWidgetDefinition colorByGroups(List<String> colorByGroups)
public ScatterPlotWidgetDefinition addColorByGroupsItem(String colorByGroupsItem)
@Nullable public List<String> getColorByGroups()
public ScatterPlotWidgetDefinition customLinks(List<WidgetCustomLink> customLinks)
public ScatterPlotWidgetDefinition addCustomLinksItem(WidgetCustomLink customLinksItem)
@Nullable public List<WidgetCustomLink> getCustomLinks()
public void setCustomLinks(List<WidgetCustomLink> customLinks)
public ScatterPlotWidgetDefinition requests(ScatterPlotWidgetDefinitionRequests requests)
public ScatterPlotWidgetDefinitionRequests getRequests()
public void setRequests(ScatterPlotWidgetDefinitionRequests requests)
public ScatterPlotWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public ScatterPlotWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public ScatterPlotWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public ScatterPlotWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public ScatterPlotWidgetDefinition type(ScatterPlotWidgetDefinitionType type)
public ScatterPlotWidgetDefinitionType getType()
public void setType(ScatterPlotWidgetDefinitionType type)
public ScatterPlotWidgetDefinition xaxis(WidgetAxis xaxis)
@Nullable public WidgetAxis getXaxis()
public void setXaxis(WidgetAxis xaxis)
public ScatterPlotWidgetDefinition yaxis(WidgetAxis yaxis)
@Nullable public WidgetAxis getYaxis()
public void setYaxis(WidgetAxis yaxis)
public ScatterPlotWidgetDefinition putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.