@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class QueryValueWidgetDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTOSCALE |
static String |
JSON_PROPERTY_CUSTOM_LINKS |
static String |
JSON_PROPERTY_CUSTOM_UNIT |
static String |
JSON_PROPERTY_PRECISION |
static String |
JSON_PROPERTY_REQUESTS |
static String |
JSON_PROPERTY_TEXT_ALIGN |
static String |
JSON_PROPERTY_TIME |
static String |
JSON_PROPERTY_TIMESERIES_BACKGROUND |
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 |
|---|
QueryValueWidgetDefinition() |
QueryValueWidgetDefinition(List<QueryValueWidgetRequest> requests,
QueryValueWidgetDefinitionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_AUTOSCALE
public static final String JSON_PROPERTY_CUSTOM_LINKS
public static final String JSON_PROPERTY_CUSTOM_UNIT
public static final String JSON_PROPERTY_PRECISION
public static final String JSON_PROPERTY_REQUESTS
public static final String JSON_PROPERTY_TEXT_ALIGN
public static final String JSON_PROPERTY_TIME
public static final String JSON_PROPERTY_TIMESERIES_BACKGROUND
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 QueryValueWidgetDefinition()
public QueryValueWidgetDefinition(List<QueryValueWidgetRequest> requests, QueryValueWidgetDefinitionType type)
public QueryValueWidgetDefinition autoscale(Boolean autoscale)
@Nullable public Boolean getAutoscale()
public void setAutoscale(Boolean autoscale)
public QueryValueWidgetDefinition customLinks(List<WidgetCustomLink> customLinks)
public QueryValueWidgetDefinition addCustomLinksItem(WidgetCustomLink customLinksItem)
@Nullable public List<WidgetCustomLink> getCustomLinks()
public void setCustomLinks(List<WidgetCustomLink> customLinks)
public QueryValueWidgetDefinition customUnit(String customUnit)
@Nullable public String getCustomUnit()
public void setCustomUnit(String customUnit)
public QueryValueWidgetDefinition precision(Long precision)
@Nullable public Long getPrecision()
public void setPrecision(Long precision)
public QueryValueWidgetDefinition requests(List<QueryValueWidgetRequest> requests)
public QueryValueWidgetDefinition addRequestsItem(QueryValueWidgetRequest requestsItem)
public List<QueryValueWidgetRequest> getRequests()
public void setRequests(List<QueryValueWidgetRequest> requests)
public QueryValueWidgetDefinition textAlign(WidgetTextAlign textAlign)
@Nullable public WidgetTextAlign getTextAlign()
public void setTextAlign(WidgetTextAlign textAlign)
public QueryValueWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public QueryValueWidgetDefinition timeseriesBackground(TimeseriesBackground timeseriesBackground)
@Nullable public TimeseriesBackground getTimeseriesBackground()
public void setTimeseriesBackground(TimeseriesBackground timeseriesBackground)
public QueryValueWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public QueryValueWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public QueryValueWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public QueryValueWidgetDefinition type(QueryValueWidgetDefinitionType type)
public QueryValueWidgetDefinitionType getType()
public void setType(QueryValueWidgetDefinitionType type)
public QueryValueWidgetDefinition 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.