@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.
|
List<Unit> |
getUnit()
Detailed information about the unit.
|
int |
hashCode() |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.