@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HeatMapWidgetDefinition extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CUSTOM_LINKS |
static String |
JSON_PROPERTY_EVENTS |
static String |
JSON_PROPERTY_LEGEND_SIZE |
static String |
JSON_PROPERTY_REQUESTS |
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 |
---|
HeatMapWidgetDefinition() |
HeatMapWidgetDefinition(List<HeatMapWidgetRequest> requests,
HeatMapWidgetDefinitionType 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_SIZE
public static final String JSON_PROPERTY_REQUESTS
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 HeatMapWidgetDefinition()
public HeatMapWidgetDefinition(List<HeatMapWidgetRequest> requests, HeatMapWidgetDefinitionType type)
public HeatMapWidgetDefinition customLinks(List<WidgetCustomLink> customLinks)
public HeatMapWidgetDefinition addCustomLinksItem(WidgetCustomLink customLinksItem)
@Nullable public List<WidgetCustomLink> getCustomLinks()
public void setCustomLinks(List<WidgetCustomLink> customLinks)
public HeatMapWidgetDefinition events(List<WidgetEvent> events)
public HeatMapWidgetDefinition addEventsItem(WidgetEvent eventsItem)
@Nullable public List<WidgetEvent> getEvents()
public void setEvents(List<WidgetEvent> events)
public HeatMapWidgetDefinition legendSize(String legendSize)
@Nullable public String getLegendSize()
public void setLegendSize(String legendSize)
public HeatMapWidgetDefinition requests(List<HeatMapWidgetRequest> requests)
public HeatMapWidgetDefinition addRequestsItem(HeatMapWidgetRequest requestsItem)
public List<HeatMapWidgetRequest> getRequests()
public void setRequests(List<HeatMapWidgetRequest> requests)
public HeatMapWidgetDefinition showLegend(Boolean showLegend)
@Nullable public Boolean getShowLegend()
public void setShowLegend(Boolean showLegend)
public HeatMapWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public HeatMapWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public HeatMapWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public HeatMapWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public HeatMapWidgetDefinition type(HeatMapWidgetDefinitionType type)
public HeatMapWidgetDefinitionType getType()
public void setType(HeatMapWidgetDefinitionType type)
public HeatMapWidgetDefinition yaxis(WidgetAxis yaxis)
@Nullable public WidgetAxis getYaxis()
public void setYaxis(WidgetAxis yaxis)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.