@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HostMapWidgetInfrastructureRequest extends Object
| 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_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_STYLE |
boolean |
unparsed |
| Constructor and Description |
|---|
HostMapWidgetInfrastructureRequest() |
HostMapWidgetInfrastructureRequest(List<HostMapWidgetScalarRequest> enrichments,
HostMapWidgetNodeType nodeType,
HostMapWidgetInfrastructureRequestRequestType requestType) |
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_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_STYLE
public HostMapWidgetInfrastructureRequest()
public HostMapWidgetInfrastructureRequest(List<HostMapWidgetScalarRequest> enrichments, HostMapWidgetNodeType nodeType, HostMapWidgetInfrastructureRequestRequestType requestType)
public HostMapWidgetInfrastructureRequest child(HostMapWidgetInfrastructureRequestLeaf child)
@Nullable public HostMapWidgetInfrastructureRequestLeaf getChild()
public void setChild(HostMapWidgetInfrastructureRequestLeaf child)
public HostMapWidgetInfrastructureRequest conditionalFormats(List<WidgetConditionalFormat> conditionalFormats)
public HostMapWidgetInfrastructureRequest addConditionalFormatsItem(WidgetConditionalFormat conditionalFormatsItem)
@Nullable public List<WidgetConditionalFormat> getConditionalFormats()
public void setConditionalFormats(List<WidgetConditionalFormat> conditionalFormats)
public HostMapWidgetInfrastructureRequest enrichments(List<HostMapWidgetScalarRequest> enrichments)
public HostMapWidgetInfrastructureRequest addEnrichmentsItem(HostMapWidgetScalarRequest enrichmentsItem)
public List<HostMapWidgetScalarRequest> getEnrichments()
public void setEnrichments(List<HostMapWidgetScalarRequest> enrichments)
public HostMapWidgetInfrastructureRequest filter(String filter)
@Nullable public String getFilter()
env:prod).public void setFilter(String filter)
public HostMapWidgetInfrastructureRequest groupBy(List<HostMapWidgetGroupBy> groupBy)
public HostMapWidgetInfrastructureRequest addGroupByItem(HostMapWidgetGroupBy groupByItem)
@Nullable public List<HostMapWidgetGroupBy> getGroupBy()
public void setGroupBy(List<HostMapWidgetGroupBy> groupBy)
public HostMapWidgetInfrastructureRequest noGroupHosts(Boolean noGroupHosts)
@Nullable public Boolean getNoGroupHosts()
public void setNoGroupHosts(Boolean noGroupHosts)
public HostMapWidgetInfrastructureRequest noMetricHosts(Boolean noMetricHosts)
@Nullable public Boolean getNoMetricHosts()
public void setNoMetricHosts(Boolean noMetricHosts)
public HostMapWidgetInfrastructureRequest nodeType(HostMapWidgetNodeType nodeType)
public HostMapWidgetNodeType getNodeType()
public void setNodeType(HostMapWidgetNodeType nodeType)
public HostMapWidgetInfrastructureRequest requestType(HostMapWidgetInfrastructureRequestRequestType requestType)
public HostMapWidgetInfrastructureRequestRequestType getRequestType()
public void setRequestType(HostMapWidgetInfrastructureRequestRequestType requestType)
public HostMapWidgetInfrastructureRequest style(HostMapWidgetInfrastructureStyle style)
@Nullable public HostMapWidgetInfrastructureStyle getStyle()
public void setStyle(HostMapWidgetInfrastructureStyle style)
public HostMapWidgetInfrastructureRequest 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.