@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DistributionWidgetYAxis 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 |
|---|
DistributionWidgetYAxis() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this DistributionWidgetYAxis 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()
True includes zero.
|
String |
getLabel()
The label of the axis to display on the graph.
|
String |
getMax()
Specifies the maximum value to show on the y-axis.
|
String |
getMin()
Specifies minimum value to show on the y-axis.
|
String |
getScale()
Specifies the scale type.
|
int |
hashCode() |
DistributionWidgetYAxis |
includeZero(Boolean includeZero) |
DistributionWidgetYAxis |
label(String label) |
DistributionWidgetYAxis |
max(String max) |
DistributionWidgetYAxis |
min(String min) |
DistributionWidgetYAxis |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DistributionWidgetYAxis |
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 DistributionWidgetYAxis includeZero(Boolean includeZero)
@Nullable public Boolean getIncludeZero()
public void setIncludeZero(Boolean includeZero)
public DistributionWidgetYAxis label(String label)
@Nullable public String getLabel()
public void setLabel(String label)
public DistributionWidgetYAxis max(String max)
@Nullable public String getMax()
public void setMax(String max)
public DistributionWidgetYAxis min(String min)
@Nullable public String getMin()
public void setMin(String min)
public DistributionWidgetYAxis scale(String scale)
@Nullable public String getScale()
linear or log.public void setScale(String scale)
public DistributionWidgetYAxis 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.