@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SankeyWidgetDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_REQUESTS |
static String |
JSON_PROPERTY_SHOW_OTHER_LINKS |
static String |
JSON_PROPERTY_SORT_NODES |
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 |
|---|
SankeyWidgetDefinition() |
SankeyWidgetDefinition(List<SankeyWidgetRequest> requests,
SankeyWidgetDefinitionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_REQUESTS
public static final String JSON_PROPERTY_SHOW_OTHER_LINKS
public static final String JSON_PROPERTY_SORT_NODES
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 SankeyWidgetDefinition()
public SankeyWidgetDefinition(List<SankeyWidgetRequest> requests, SankeyWidgetDefinitionType type)
public SankeyWidgetDefinition requests(List<SankeyWidgetRequest> requests)
public SankeyWidgetDefinition addRequestsItem(SankeyWidgetRequest requestsItem)
public List<SankeyWidgetRequest> getRequests()
public void setRequests(List<SankeyWidgetRequest> requests)
public SankeyWidgetDefinition showOtherLinks(Boolean showOtherLinks)
@Nullable public Boolean getShowOtherLinks()
public void setShowOtherLinks(Boolean showOtherLinks)
public SankeyWidgetDefinition sortNodes(Boolean sortNodes)
@Nullable public Boolean getSortNodes()
public void setSortNodes(Boolean sortNodes)
public SankeyWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public SankeyWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public SankeyWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public SankeyWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public SankeyWidgetDefinition type(SankeyWidgetDefinitionType type)
public SankeyWidgetDefinitionType getType()
public void setType(SankeyWidgetDefinitionType type)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.