@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WidgetMarker extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DISPLAY_TYPE |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_TIME |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
WidgetMarker() |
WidgetMarker(String value) |
| Modifier and Type | Method and Description |
|---|---|
WidgetMarker |
displayType(String displayType) |
boolean |
equals(Object o)
Return true if this WidgetMarker 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.
|
String |
getDisplayType()
Combination of: - A severity error, warning, ok, or info - A line type: dashed, solid, or bold
In this case of a Distribution widget, this can be set to be
x_axis_percentile. |
String |
getLabel()
Label to display over the marker.
|
String |
getTime()
Timestamp for the widget.
|
String |
getValue()
Value to apply.
|
int |
hashCode() |
WidgetMarker |
label(String label) |
WidgetMarker |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDisplayType(String displayType) |
void |
setLabel(String label) |
void |
setTime(String time) |
void |
setValue(String value) |
WidgetMarker |
time(String time) |
String |
toString() |
WidgetMarker |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_DISPLAY_TYPE
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_TIME
public static final String JSON_PROPERTY_VALUE
public WidgetMarker()
public WidgetMarker(String value)
public WidgetMarker displayType(String displayType)
@Nullable public String getDisplayType()
x_axis_percentile.public void setDisplayType(String displayType)
public WidgetMarker label(String label)
@Nullable public String getLabel()
public void setLabel(String label)
public WidgetMarker time(String time)
@Nullable public String getTime()
public void setTime(String time)
public WidgetMarker value(String value)
public String getValue()
public void setValue(String value)
public WidgetMarker 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.