@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AlertGraphWidgetDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALERT_ID |
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 |
static String |
JSON_PROPERTY_VIZ_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
AlertGraphWidgetDefinition() |
AlertGraphWidgetDefinition(String alertId,
AlertGraphWidgetDefinitionType type,
WidgetVizType vizType) |
public boolean unparsed
public static final String JSON_PROPERTY_ALERT_ID
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 static final String JSON_PROPERTY_VIZ_TYPE
public AlertGraphWidgetDefinition()
public AlertGraphWidgetDefinition(String alertId, AlertGraphWidgetDefinitionType type, WidgetVizType vizType)
public AlertGraphWidgetDefinition alertId(String alertId)
public String getAlertId()
public void setAlertId(String alertId)
public AlertGraphWidgetDefinition time(WidgetTime time)
@Nullable public WidgetTime getTime()
public void setTime(WidgetTime time)
public AlertGraphWidgetDefinition title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public AlertGraphWidgetDefinition titleAlign(WidgetTextAlign titleAlign)
@Nullable public WidgetTextAlign getTitleAlign()
public void setTitleAlign(WidgetTextAlign titleAlign)
public AlertGraphWidgetDefinition titleSize(String titleSize)
@Nullable public String getTitleSize()
public void setTitleSize(String titleSize)
public AlertGraphWidgetDefinition type(AlertGraphWidgetDefinitionType type)
public AlertGraphWidgetDefinitionType getType()
public void setType(AlertGraphWidgetDefinitionType type)
public AlertGraphWidgetDefinition vizType(WidgetVizType vizType)
public WidgetVizType getVizType()
public void setVizType(WidgetVizType vizType)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.