@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NumberFormatUnitScale extends Object
NumberFormatUnitScale object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_UNIT_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
NumberFormatUnitScale() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this NumberFormatUnitScale 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.
|
NumberFormatUnitScaleType |
getType()
The type of unit scale.
|
String |
getUnitName()
The name of the unit.
|
int |
hashCode() |
NumberFormatUnitScale |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setType(NumberFormatUnitScaleType type) |
void |
setUnitName(String unitName) |
String |
toString() |
NumberFormatUnitScale |
type(NumberFormatUnitScaleType type) |
NumberFormatUnitScale |
unitName(String unitName) |
public boolean unparsed
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_UNIT_NAME
public NumberFormatUnitScale type(NumberFormatUnitScaleType type)
@Nullable public NumberFormatUnitScaleType getType()
public void setType(NumberFormatUnitScaleType type)
public NumberFormatUnitScale unitName(String unitName)
@Nullable public String getUnitName()
public void setUnitName(String unitName)
public NumberFormatUnitScale 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 © 2025. All rights reserved.