@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DistributionWidgetXAxis extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INCLUDE_ZERO |
static String |
JSON_PROPERTY_MAX |
static String |
JSON_PROPERTY_MIN |
static String |
JSON_PROPERTY_SCALE |
boolean |
unparsed |
| Constructor and Description |
|---|
DistributionWidgetXAxis() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this DistributionWidgetXAxis 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 |
getMax()
Specifies maximum value to show on the x-axis.
|
String |
getMin()
Specifies minimum value to show on the x-axis.
|
String |
getScale()
Specifies the scale type.
|
int |
hashCode() |
DistributionWidgetXAxis |
includeZero(Boolean includeZero) |
DistributionWidgetXAxis |
max(String max) |
DistributionWidgetXAxis |
min(String min) |
DistributionWidgetXAxis |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DistributionWidgetXAxis |
scale(String scale) |
void |
setIncludeZero(Boolean includeZero) |
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_MAX
public static final String JSON_PROPERTY_MIN
public static final String JSON_PROPERTY_SCALE
public DistributionWidgetXAxis includeZero(Boolean includeZero)
@Nullable public Boolean getIncludeZero()
public void setIncludeZero(Boolean includeZero)
public DistributionWidgetXAxis max(String max)
@Nullable public String getMax()
public void setMax(String max)
public DistributionWidgetXAxis min(String min)
@Nullable public String getMin()
public void setMin(String min)
public DistributionWidgetXAxis scale(String scale)
@Nullable public String getScale()
linear.public void setScale(String scale)
public DistributionWidgetXAxis 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.