@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WidgetAxis extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INCLUDE_ZERO |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_MAX |
static String |
JSON_PROPERTY_MIN |
static String |
JSON_PROPERTY_SCALE |
boolean |
unparsed |
| Constructor and Description |
|---|
WidgetAxis() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this WidgetAxis 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.
|
Boolean |
getIncludeZero()
Set to
true to include zero. |
String |
getLabel()
The label of the axis to display on the graph.
|
String |
getMax()
Specifies maximum numeric value to show on the axis.
|
String |
getMin()
Specifies minimum numeric value to show on the axis.
|
String |
getScale()
Specifies the scale type.
|
int |
hashCode() |
WidgetAxis |
includeZero(Boolean includeZero) |
WidgetAxis |
label(String label) |
WidgetAxis |
max(String max) |
WidgetAxis |
min(String min) |
WidgetAxis |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
WidgetAxis |
scale(String scale) |
void |
setIncludeZero(Boolean includeZero) |
void |
setLabel(String label) |
void |
setMax(String max) |
void |
setMin(String min) |
void |
setScale(String scale) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INCLUDE_ZERO
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_MIN
public static final String JSON_PROPERTY_SCALE
public WidgetAxis includeZero(Boolean includeZero)
@Nullable public Boolean getIncludeZero()
true to include zero.public void setIncludeZero(Boolean includeZero)
public WidgetAxis label(String label)
@Nullable public String getLabel()
public void setLabel(String label)
public WidgetAxis max(String max)
@Nullable public String getMax()
auto.public void setMax(String max)
public WidgetAxis min(String min)
@Nullable public String getMin()
auto.public void setMin(String min)
public WidgetAxis scale(String scale)
@Nullable public String getScale()
linear, log, sqrt
, and pow## (for example pow2 or pow0.5).public void setScale(String scale)
public WidgetAxis 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.