@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BarChartWidgetStacked extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LEGEND |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
BarChartWidgetStacked() |
BarChartWidgetStacked(BarChartWidgetStackedType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this BarChartWidgetStacked object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
BarChartWidgetLegend |
getLegend()
Bar chart widget stacked legend behavior.
|
BarChartWidgetStackedType |
getType()
Bar chart widget stacked display type.
|
int |
hashCode() |
BarChartWidgetStacked |
legend(BarChartWidgetLegend legend) |
BarChartWidgetStacked |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setLegend(BarChartWidgetLegend legend) |
void |
setType(BarChartWidgetStackedType type) |
String |
toString() |
BarChartWidgetStacked |
type(BarChartWidgetStackedType type) |
public boolean unparsed
public static final String JSON_PROPERTY_LEGEND
public static final String JSON_PROPERTY_TYPE
public BarChartWidgetStacked()
public BarChartWidgetStacked(BarChartWidgetStackedType type)
public BarChartWidgetStacked legend(BarChartWidgetLegend legend)
@Nullable public BarChartWidgetLegend getLegend()
public void setLegend(BarChartWidgetLegend legend)
public BarChartWidgetStacked type(BarChartWidgetStackedType type)
public BarChartWidgetStackedType getType()
public void setType(BarChartWidgetStackedType type)
public BarChartWidgetStacked 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.