@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TimeseriesBackground extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_YAXIS |
boolean |
unparsed |
| Constructor and Description |
|---|
TimeseriesBackground() |
TimeseriesBackground(TimeseriesBackgroundType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this TimeseriesBackground object is equal to o.
|
TimeseriesBackgroundType |
getType()
Timeseries is made using an area or bars.
|
WidgetAxis |
getYaxis()
Axis controls for the widget.
|
int |
hashCode() |
void |
setType(TimeseriesBackgroundType type) |
void |
setYaxis(WidgetAxis yaxis) |
String |
toString() |
TimeseriesBackground |
type(TimeseriesBackgroundType type) |
TimeseriesBackground |
yaxis(WidgetAxis yaxis) |
public boolean unparsed
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_YAXIS
public TimeseriesBackground()
public TimeseriesBackground(TimeseriesBackgroundType type)
public TimeseriesBackground type(TimeseriesBackgroundType type)
public TimeseriesBackgroundType getType()
public void setType(TimeseriesBackgroundType type)
public TimeseriesBackground yaxis(WidgetAxis yaxis)
@Nullable public WidgetAxis getYaxis()
public void setYaxis(WidgetAxis yaxis)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.