@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TreeMapWidgetDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COLOR_BY |
static String |
JSON_PROPERTY_CUSTOM_LINKS |
static String |
JSON_PROPERTY_GROUP_BY |
static String |
JSON_PROPERTY_REQUESTS |
static String |
JSON_PROPERTY_SIZE_BY |
static String |
JSON_PROPERTY_TIME |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TreeMapWidgetDefinition() |
TreeMapWidgetDefinition(List<TreeMapWidgetRequest> requests,
TreeMapWidgetDefinitionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_COLOR_BY
public static final String JSON_PROPERTY_CUSTOM_LINKS
public static final String JSON_PROPERTY_GROUP_BY
public static final String JSON_PROPERTY_REQUESTS
public static final String JSON_PROPERTY_SIZE_BY
public static final String JSON_PROPERTY_TIME
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TYPE
public TreeMapWidgetDefinition()
public TreeMapWidgetDefinition(List<TreeMapWidgetRequest> requests, TreeMapWidgetDefinitionType type)
public TreeMapWidgetDefinition colorBy(TreeMapColorBy colorBy)
@Deprecated @Nullable public TreeMapColorBy getColorBy()
@Deprecated public void setColorBy(TreeMapColorBy colorBy)
public TreeMapWidgetDefinition customLinks(List<WidgetCustomLink> customLinks)
public TreeMapWidgetDefinition addCustomLinksItem(WidgetCustomLink customLinksItem)
@Nullable public List<WidgetCustomLink> getCustomLinks()
public void setCustomLinks(List<WidgetCustomLink> customLinks)
public TreeMapWidgetDefinition groupBy(TreeMapGroupBy groupBy)
@Deprecated @Nullable public TreeMapGroupBy getGroupBy()
@Deprecated public void setGroupBy(TreeMapGroupBy groupBy)
public TreeMapWidgetDefinition requests(List<TreeMapWidgetRequest> requests)
public TreeMapWidgetDefinition addRequestsItem(TreeMapWidgetRequest requestsItem)
public List<TreeMapWidgetRequest> getRequests()
public void setRequests(List<TreeMapWidgetRequest> requests)
public TreeMapWidgetDefinition sizeBy(TreeMapSizeBy sizeBy)
@Deprecated @Nullable public TreeMapSizeBy getSizeBy()
@Deprecated public void setSizeBy(TreeMapSizeBy sizeBy)
public TreeMapWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public TreeMapWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public TreeMapWidgetDefinition type(TreeMapWidgetDefinitionType type)
public TreeMapWidgetDefinitionType getType()
public void setType(TreeMapWidgetDefinitionType type)
public TreeMapWidgetDefinition 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.