@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListStreamWidgetDefinition extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_LEGEND_SIZE |
static String |
JSON_PROPERTY_REQUESTS |
static String |
JSON_PROPERTY_SHOW_LEGEND |
static String |
JSON_PROPERTY_TIME |
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 |
---|
ListStreamWidgetDefinition() |
ListStreamWidgetDefinition(List<ListStreamWidgetRequest> requests,
ListStreamWidgetDefinitionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_LEGEND_SIZE
public static final String JSON_PROPERTY_REQUESTS
public static final String JSON_PROPERTY_SHOW_LEGEND
public static final String JSON_PROPERTY_TIME
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 ListStreamWidgetDefinition()
public ListStreamWidgetDefinition(List<ListStreamWidgetRequest> requests, ListStreamWidgetDefinitionType type)
public ListStreamWidgetDefinition legendSize(String legendSize)
@Nullable public String getLegendSize()
public void setLegendSize(String legendSize)
public ListStreamWidgetDefinition requests(List<ListStreamWidgetRequest> requests)
public ListStreamWidgetDefinition addRequestsItem(ListStreamWidgetRequest requestsItem)
public List<ListStreamWidgetRequest> getRequests()
public void setRequests(List<ListStreamWidgetRequest> requests)
public ListStreamWidgetDefinition showLegend(Boolean showLegend)
@Nullable public Boolean getShowLegend()
public void setShowLegend(Boolean showLegend)
public ListStreamWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public ListStreamWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public ListStreamWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public ListStreamWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public ListStreamWidgetDefinition type(ListStreamWidgetDefinitionType type)
public ListStreamWidgetDefinitionType getType()
public void setType(ListStreamWidgetDefinitionType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.