@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HostMapWidgetDefinitionRequests extends Object
request_type: the legacy metric-based format (fill/
size) and the infrastructure-backed format (request_type,
node_type, enrichments).| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHILD |
static String |
JSON_PROPERTY_CONDITIONAL_FORMATS |
static String |
JSON_PROPERTY_ENRICHMENTS |
static String |
JSON_PROPERTY_FILL |
static String |
JSON_PROPERTY_FILTER |
static String |
JSON_PROPERTY_GROUP_BY |
static String |
JSON_PROPERTY_NO_GROUP_HOSTS |
static String |
JSON_PROPERTY_NO_METRIC_HOSTS |
static String |
JSON_PROPERTY_NODE_TYPE |
static String |
JSON_PROPERTY_REQUEST_TYPE |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_STYLE |
boolean |
unparsed |
| Constructor and Description |
|---|
HostMapWidgetDefinitionRequests() |
public boolean unparsed
public static final String JSON_PROPERTY_CHILD
public static final String JSON_PROPERTY_CONDITIONAL_FORMATS
public static final String JSON_PROPERTY_ENRICHMENTS
public static final String JSON_PROPERTY_FILL
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_GROUP_BY
public static final String JSON_PROPERTY_NO_GROUP_HOSTS
public static final String JSON_PROPERTY_NO_METRIC_HOSTS
public static final String JSON_PROPERTY_NODE_TYPE
public static final String JSON_PROPERTY_REQUEST_TYPE
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_STYLE
public HostMapWidgetDefinitionRequests child(HostMapWidgetInfrastructureRequest child)
@Nullable public HostMapWidgetInfrastructureRequest getChild()
public void setChild(HostMapWidgetInfrastructureRequest child)
public HostMapWidgetDefinitionRequests conditionalFormats(List<WidgetConditionalFormat> conditionalFormats)
public HostMapWidgetDefinitionRequests addConditionalFormatsItem(WidgetConditionalFormat conditionalFormatsItem)
@Nullable public List<WidgetConditionalFormat> getConditionalFormats()
public void setConditionalFormats(List<WidgetConditionalFormat> conditionalFormats)
public HostMapWidgetDefinitionRequests enrichments(List<HostMapWidgetScalarRequest> enrichments)
public HostMapWidgetDefinitionRequests addEnrichmentsItem(HostMapWidgetScalarRequest enrichmentsItem)
@Nullable public List<HostMapWidgetScalarRequest> getEnrichments()
public void setEnrichments(List<HostMapWidgetScalarRequest> enrichments)
public HostMapWidgetDefinitionRequests fill(HostMapRequest fill)
@Nullable public HostMapRequest getFill()
public void setFill(HostMapRequest fill)
public HostMapWidgetDefinitionRequests filter(String filter)
@Nullable public String getFilter()
env:prod).public void setFilter(String filter)
public HostMapWidgetDefinitionRequests groupBy(List<HostMapWidgetGroupBy> groupBy)
public HostMapWidgetDefinitionRequests addGroupByItem(HostMapWidgetGroupBy groupByItem)
@Nullable public List<HostMapWidgetGroupBy> getGroupBy()
public void setGroupBy(List<HostMapWidgetGroupBy> groupBy)
public HostMapWidgetDefinitionRequests noGroupHosts(Boolean noGroupHosts)
@Nullable public Boolean getNoGroupHosts()
public void setNoGroupHosts(Boolean noGroupHosts)
public HostMapWidgetDefinitionRequests noMetricHosts(Boolean noMetricHosts)
@Nullable public Boolean getNoMetricHosts()
public void setNoMetricHosts(Boolean noMetricHosts)
public HostMapWidgetDefinitionRequests nodeType(HostMapWidgetNodeType nodeType)
@Nullable public HostMapWidgetNodeType getNodeType()
public void setNodeType(HostMapWidgetNodeType nodeType)
public HostMapWidgetDefinitionRequests requestType(HostMapWidgetInfrastructureRequestRequestType requestType)
@Nullable public HostMapWidgetInfrastructureRequestRequestType getRequestType()
public void setRequestType(HostMapWidgetInfrastructureRequestRequestType requestType)
public HostMapWidgetDefinitionRequests size(HostMapRequest size)
@Nullable public HostMapRequest getSize()
public void setSize(HostMapRequest size)
public HostMapWidgetDefinitionRequests style(HostMapWidgetInfrastructureStyle style)
@Nullable public HostMapWidgetInfrastructureStyle getStyle()
public void setStyle(HostMapWidgetInfrastructureStyle style)
public HostMapWidgetDefinitionRequests 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.