@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.
|
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) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.