@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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
TimeseriesBackgroundType |
getType()
Timeseries is made using an area or bars.
|
WidgetAxis |
getYaxis()
Axis controls for the widget.
|
int |
hashCode() |
TimeseriesBackground |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 TimeseriesBackground putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.