@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WidgetLegacyLiveSpan extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HIDE_INCOMPLETE_COST_DATA |
static String |
JSON_PROPERTY_LIVE_SPAN |
boolean |
unparsed |
| Constructor and Description |
|---|
WidgetLegacyLiveSpan() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this WidgetLegacyLiveSpan object is equal to o.
|
Boolean |
getHideIncompleteCostData()
Whether to hide incomplete cost data in the widget.
|
WidgetLiveSpan |
getLiveSpan()
The available timeframes depend on the widget you are using.
|
int |
hashCode() |
WidgetLegacyLiveSpan |
hideIncompleteCostData(Boolean hideIncompleteCostData) |
WidgetLegacyLiveSpan |
liveSpan(WidgetLiveSpan liveSpan) |
void |
setHideIncompleteCostData(Boolean hideIncompleteCostData) |
void |
setLiveSpan(WidgetLiveSpan liveSpan) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HIDE_INCOMPLETE_COST_DATA
public static final String JSON_PROPERTY_LIVE_SPAN
public WidgetLegacyLiveSpan hideIncompleteCostData(Boolean hideIncompleteCostData)
@Nullable public Boolean getHideIncompleteCostData()
public void setHideIncompleteCostData(Boolean hideIncompleteCostData)
public WidgetLegacyLiveSpan liveSpan(WidgetLiveSpan liveSpan)
@Nullable public WidgetLiveSpan getLiveSpan()
public void setLiveSpan(WidgetLiveSpan liveSpan)
public boolean equals(Object o)
Copyright © 2025. All rights reserved.