@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SunburstWidgetLegendInlineAutomatic extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HIDE_PERCENT |
static String |
JSON_PROPERTY_HIDE_VALUE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SunburstWidgetLegendInlineAutomatic() |
SunburstWidgetLegendInlineAutomatic(SunburstWidgetLegendInlineAutomaticType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SunburstWidgetLegendInlineAutomatic 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.
|
Boolean |
getHidePercent()
Whether to hide the percentages of the groups.
|
Boolean |
getHideValue()
Whether to hide the values of the groups.
|
SunburstWidgetLegendInlineAutomaticType |
getType()
Whether to show the legend inline or let it be automatically generated.
|
int |
hashCode() |
SunburstWidgetLegendInlineAutomatic |
hidePercent(Boolean hidePercent) |
SunburstWidgetLegendInlineAutomatic |
hideValue(Boolean hideValue) |
SunburstWidgetLegendInlineAutomatic |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHidePercent(Boolean hidePercent) |
void |
setHideValue(Boolean hideValue) |
void |
setType(SunburstWidgetLegendInlineAutomaticType type) |
String |
toString() |
SunburstWidgetLegendInlineAutomatic |
type(SunburstWidgetLegendInlineAutomaticType type) |
public boolean unparsed
public static final String JSON_PROPERTY_HIDE_PERCENT
public static final String JSON_PROPERTY_HIDE_VALUE
public static final String JSON_PROPERTY_TYPE
public SunburstWidgetLegendInlineAutomatic()
public SunburstWidgetLegendInlineAutomatic(SunburstWidgetLegendInlineAutomaticType type)
public SunburstWidgetLegendInlineAutomatic hidePercent(Boolean hidePercent)
@Nullable public Boolean getHidePercent()
public void setHidePercent(Boolean hidePercent)
public SunburstWidgetLegendInlineAutomatic hideValue(Boolean hideValue)
@Nullable public Boolean getHideValue()
public void setHideValue(Boolean hideValue)
public SunburstWidgetLegendInlineAutomatic type(SunburstWidgetLegendInlineAutomaticType type)
public SunburstWidgetLegendInlineAutomaticType getType()
public void setType(SunburstWidgetLegendInlineAutomaticType type)
public SunburstWidgetLegendInlineAutomatic 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.