@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PointPlotWidgetDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM_LINKS |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_LEGEND |
static String |
JSON_PROPERTY_MARKERS |
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_YAXIS |
boolean |
unparsed |
| Constructor and Description |
|---|
PointPlotWidgetDefinition() |
PointPlotWidgetDefinition(List<PointPlotWidgetRequest> requests,
PointPlotWidgetDefinitionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM_LINKS
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_LEGEND
public static final String JSON_PROPERTY_MARKERS
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_YAXIS
public PointPlotWidgetDefinition()
public PointPlotWidgetDefinition(List<PointPlotWidgetRequest> requests, PointPlotWidgetDefinitionType type)
public PointPlotWidgetDefinition customLinks(List<WidgetCustomLink> customLinks)
public PointPlotWidgetDefinition addCustomLinksItem(WidgetCustomLink customLinksItem)
@Nullable public List<WidgetCustomLink> getCustomLinks()
public void setCustomLinks(List<WidgetCustomLink> customLinks)
public PointPlotWidgetDefinition description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public PointPlotWidgetDefinition legend(PointPlotWidgetLegend legend)
@Nullable public PointPlotWidgetLegend getLegend()
public void setLegend(PointPlotWidgetLegend legend)
public PointPlotWidgetDefinition markers(List<WidgetMarker> markers)
public PointPlotWidgetDefinition addMarkersItem(WidgetMarker markersItem)
@Nullable public List<WidgetMarker> getMarkers()
public void setMarkers(List<WidgetMarker> markers)
public PointPlotWidgetDefinition requests(List<PointPlotWidgetRequest> requests)
public PointPlotWidgetDefinition addRequestsItem(PointPlotWidgetRequest requestsItem)
public List<PointPlotWidgetRequest> getRequests()
public void setRequests(List<PointPlotWidgetRequest> requests)
public PointPlotWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public PointPlotWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public PointPlotWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public PointPlotWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public PointPlotWidgetDefinition type(PointPlotWidgetDefinitionType type)
public PointPlotWidgetDefinitionType getType()
public void setType(PointPlotWidgetDefinitionType type)
public PointPlotWidgetDefinition yaxis(WidgetAxis yaxis)
@Nullable public WidgetAxis getYaxis()
public void setYaxis(WidgetAxis yaxis)
public PointPlotWidgetDefinition 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 © 2026. All rights reserved.