@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BarChartWidgetDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM_LINKS |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_REQUESTS |
static String |
JSON_PROPERTY_STYLE |
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 |
boolean |
unparsed |
| Constructor and Description |
|---|
BarChartWidgetDefinition() |
BarChartWidgetDefinition(List<BarChartWidgetRequest> requests,
BarChartWidgetDefinitionType 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_REQUESTS
public static final String JSON_PROPERTY_STYLE
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 BarChartWidgetDefinition()
public BarChartWidgetDefinition(List<BarChartWidgetRequest> requests, BarChartWidgetDefinitionType type)
public BarChartWidgetDefinition customLinks(List<WidgetCustomLink> customLinks)
public BarChartWidgetDefinition addCustomLinksItem(WidgetCustomLink customLinksItem)
@Nullable public List<WidgetCustomLink> getCustomLinks()
public void setCustomLinks(List<WidgetCustomLink> customLinks)
public BarChartWidgetDefinition description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public BarChartWidgetDefinition requests(List<BarChartWidgetRequest> requests)
public BarChartWidgetDefinition addRequestsItem(BarChartWidgetRequest requestsItem)
public List<BarChartWidgetRequest> getRequests()
public void setRequests(List<BarChartWidgetRequest> requests)
public BarChartWidgetDefinition style(BarChartWidgetStyle style)
@Nullable public BarChartWidgetStyle getStyle()
public void setStyle(BarChartWidgetStyle style)
public BarChartWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public BarChartWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public BarChartWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public BarChartWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public BarChartWidgetDefinition type(BarChartWidgetDefinitionType type)
public BarChartWidgetDefinitionType getType()
public void setType(BarChartWidgetDefinitionType type)
public BarChartWidgetDefinition 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.