@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScalarMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_UNIT |
boolean |
unparsed |
| Constructor and Description |
|---|
ScalarMeta() |
| Modifier and Type | Method and Description |
|---|---|
ScalarMeta |
addUnitItem(Unit unitItem) |
boolean |
equals(Object o)
Return true if this ScalarMeta 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.
|
org.openapitools.jackson.nullable.JsonNullable<List<Unit>> |
getUnit_JsonNullable() |
List<Unit> |
getUnit()
Detailed information about the unit.
|
int |
hashCode() |
ScalarMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<Unit>> unit) |
void |
setUnit(List<Unit> unit) |
String |
toString() |
ScalarMeta |
unit(List<Unit> unit) |
public boolean unparsed
public static final String JSON_PROPERTY_UNIT
public ScalarMeta unit(List<Unit> unit)
public ScalarMeta addUnitItem(Unit unitItem)
@Nullable public List<Unit> getUnit()
bytes in bytes per second). The second element describes the "per
unit" (for example, second in bytes per second). If the second
element is not present, the API returns null.public org.openapitools.jackson.nullable.JsonNullable<List<Unit>> getUnit_JsonNullable()
public void setUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<Unit>> unit)
public ScalarMeta 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.