@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TimeseriesWidgetDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM_LINKS |
static String |
JSON_PROPERTY_EVENTS |
static String |
JSON_PROPERTY_LEGEND_COLUMNS |
static String |
JSON_PROPERTY_LEGEND_LAYOUT |
static String |
JSON_PROPERTY_LEGEND_SIZE |
static String |
JSON_PROPERTY_MARKERS |
static String |
JSON_PROPERTY_REQUESTS |
static String |
JSON_PROPERTY_RIGHT_YAXIS |
static String |
JSON_PROPERTY_SHOW_LEGEND |
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 |
|---|
TimeseriesWidgetDefinition() |
TimeseriesWidgetDefinition(List<TimeseriesWidgetRequest> requests,
TimeseriesWidgetDefinitionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM_LINKS
public static final String JSON_PROPERTY_EVENTS
public static final String JSON_PROPERTY_LEGEND_COLUMNS
public static final String JSON_PROPERTY_LEGEND_LAYOUT
public static final String JSON_PROPERTY_LEGEND_SIZE
public static final String JSON_PROPERTY_MARKERS
public static final String JSON_PROPERTY_REQUESTS
public static final String JSON_PROPERTY_RIGHT_YAXIS
public static final String JSON_PROPERTY_SHOW_LEGEND
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 TimeseriesWidgetDefinition()
public TimeseriesWidgetDefinition(List<TimeseriesWidgetRequest> requests, TimeseriesWidgetDefinitionType type)
public TimeseriesWidgetDefinition customLinks(List<WidgetCustomLink> customLinks)
public TimeseriesWidgetDefinition addCustomLinksItem(WidgetCustomLink customLinksItem)
@Nullable public List<WidgetCustomLink> getCustomLinks()
public void setCustomLinks(List<WidgetCustomLink> customLinks)
public TimeseriesWidgetDefinition events(List<WidgetEvent> events)
public TimeseriesWidgetDefinition addEventsItem(WidgetEvent eventsItem)
@Nullable public List<WidgetEvent> getEvents()
public void setEvents(List<WidgetEvent> events)
public TimeseriesWidgetDefinition legendColumns(List<TimeseriesWidgetLegendColumn> legendColumns)
public TimeseriesWidgetDefinition addLegendColumnsItem(TimeseriesWidgetLegendColumn legendColumnsItem)
@Nullable public List<TimeseriesWidgetLegendColumn> getLegendColumns()
public void setLegendColumns(List<TimeseriesWidgetLegendColumn> legendColumns)
public TimeseriesWidgetDefinition legendLayout(TimeseriesWidgetLegendLayout legendLayout)
@Nullable public TimeseriesWidgetLegendLayout getLegendLayout()
public void setLegendLayout(TimeseriesWidgetLegendLayout legendLayout)
public TimeseriesWidgetDefinition legendSize(String legendSize)
@Nullable public String getLegendSize()
public void setLegendSize(String legendSize)
public TimeseriesWidgetDefinition markers(List<WidgetMarker> markers)
public TimeseriesWidgetDefinition addMarkersItem(WidgetMarker markersItem)
@Nullable public List<WidgetMarker> getMarkers()
public void setMarkers(List<WidgetMarker> markers)
public TimeseriesWidgetDefinition requests(List<TimeseriesWidgetRequest> requests)
public TimeseriesWidgetDefinition addRequestsItem(TimeseriesWidgetRequest requestsItem)
public List<TimeseriesWidgetRequest> getRequests()
public void setRequests(List<TimeseriesWidgetRequest> requests)
public TimeseriesWidgetDefinition rightYaxis(WidgetAxis rightYaxis)
@Nullable public WidgetAxis getRightYaxis()
public void setRightYaxis(WidgetAxis rightYaxis)
public TimeseriesWidgetDefinition showLegend(Boolean showLegend)
@Nullable public Boolean getShowLegend()
public void setShowLegend(Boolean showLegend)
public TimeseriesWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public TimeseriesWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public TimeseriesWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public TimeseriesWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public TimeseriesWidgetDefinition type(TimeseriesWidgetDefinitionType type)
public TimeseriesWidgetDefinitionType getType()
public void setType(TimeseriesWidgetDefinitionType type)
public TimeseriesWidgetDefinition yaxis(WidgetAxis yaxis)
@Nullable public WidgetAxis getYaxis()
public void setYaxis(WidgetAxis yaxis)
public TimeseriesWidgetDefinition 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.