@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HostMapWidgetDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM_LINKS |
static String |
JSON_PROPERTY_GROUP |
static String |
JSON_PROPERTY_NO_GROUP_HOSTS |
static String |
JSON_PROPERTY_NO_METRIC_HOSTS |
static String |
JSON_PROPERTY_NODE_TYPE |
static String |
JSON_PROPERTY_NOTES |
static String |
JSON_PROPERTY_REQUESTS |
static String |
JSON_PROPERTY_SCOPE |
static String |
JSON_PROPERTY_STYLE |
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_TITLE_ALIGN |
static String |
JSON_PROPERTY_TITLE_SIZE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
HostMapWidgetDefinition() |
HostMapWidgetDefinition(HostMapWidgetDefinitionRequests requests,
HostMapWidgetDefinitionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM_LINKS
public static final String JSON_PROPERTY_GROUP
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_NOTES
public static final String JSON_PROPERTY_REQUESTS
public static final String JSON_PROPERTY_SCOPE
public static final String JSON_PROPERTY_STYLE
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TITLE_ALIGN
public static final String JSON_PROPERTY_TITLE_SIZE
public static final String JSON_PROPERTY_TYPE
public HostMapWidgetDefinition()
public HostMapWidgetDefinition(HostMapWidgetDefinitionRequests requests, HostMapWidgetDefinitionType type)
public HostMapWidgetDefinition customLinks(List<WidgetCustomLink> customLinks)
public HostMapWidgetDefinition addCustomLinksItem(WidgetCustomLink customLinksItem)
@Nullable public List<WidgetCustomLink> getCustomLinks()
public void setCustomLinks(List<WidgetCustomLink> customLinks)
public HostMapWidgetDefinition group(List<String> group)
public HostMapWidgetDefinition addGroupItem(String groupItem)
public HostMapWidgetDefinition noGroupHosts(Boolean noGroupHosts)
@Nullable public Boolean getNoGroupHosts()
public void setNoGroupHosts(Boolean noGroupHosts)
public HostMapWidgetDefinition noMetricHosts(Boolean noMetricHosts)
@Nullable public Boolean getNoMetricHosts()
public void setNoMetricHosts(Boolean noMetricHosts)
public HostMapWidgetDefinition nodeType(WidgetNodeType nodeType)
@Nullable public WidgetNodeType getNodeType()
public void setNodeType(WidgetNodeType nodeType)
public HostMapWidgetDefinition notes(String notes)
@Nullable public String getNotes()
public void setNotes(String notes)
public HostMapWidgetDefinition requests(HostMapWidgetDefinitionRequests requests)
public HostMapWidgetDefinitionRequests getRequests()
public void setRequests(HostMapWidgetDefinitionRequests requests)
public HostMapWidgetDefinition scope(List<String> scope)
public HostMapWidgetDefinition addScopeItem(String scopeItem)
@Nullable public List<String> getScope()
public HostMapWidgetDefinition style(HostMapWidgetDefinitionStyle style)
@Nullable public HostMapWidgetDefinitionStyle getStyle()
public void setStyle(HostMapWidgetDefinitionStyle style)
public HostMapWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public HostMapWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public HostMapWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public HostMapWidgetDefinition type(HostMapWidgetDefinitionType type)
public HostMapWidgetDefinitionType getType()
public void setType(HostMapWidgetDefinitionType type)
public HostMapWidgetDefinition 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.