@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TableWidgetDefinition extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CUSTOM_LINKS |
static String |
JSON_PROPERTY_HAS_SEARCH_BAR |
static String |
JSON_PROPERTY_REQUESTS |
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 |
---|
TableWidgetDefinition() |
TableWidgetDefinition(List<TableWidgetRequest> requests,
TableWidgetDefinitionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM_LINKS
public static final String JSON_PROPERTY_HAS_SEARCH_BAR
public static final String JSON_PROPERTY_REQUESTS
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 TableWidgetDefinition()
public TableWidgetDefinition(List<TableWidgetRequest> requests, TableWidgetDefinitionType type)
public TableWidgetDefinition customLinks(List<WidgetCustomLink> customLinks)
public TableWidgetDefinition addCustomLinksItem(WidgetCustomLink customLinksItem)
@Nullable public List<WidgetCustomLink> getCustomLinks()
public void setCustomLinks(List<WidgetCustomLink> customLinks)
public TableWidgetDefinition hasSearchBar(TableWidgetHasSearchBar hasSearchBar)
@Nullable public TableWidgetHasSearchBar getHasSearchBar()
public void setHasSearchBar(TableWidgetHasSearchBar hasSearchBar)
public TableWidgetDefinition requests(List<TableWidgetRequest> requests)
public TableWidgetDefinition addRequestsItem(TableWidgetRequest requestsItem)
public List<TableWidgetRequest> getRequests()
public void setRequests(List<TableWidgetRequest> requests)
public TableWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public TableWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public TableWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public TableWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public TableWidgetDefinition type(TableWidgetDefinitionType type)
public TableWidgetDefinitionType getType()
public void setType(TableWidgetDefinitionType type)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.