| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Unit |
Unit.family(String family) |
Unit |
Unit.name(String name) |
Unit |
Unit.plural(String plural) |
Unit |
Unit.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Unit |
Unit.scaleFactor(Double scaleFactor) |
Unit |
Unit.shortName(String shortName) |
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<List<Unit>> |
TimeseriesResponseSeries.getUnit_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<List<Unit>> |
ScalarMeta.getUnit_JsonNullable() |
List<Unit> |
TimeseriesResponseSeries.getUnit()
Detailed information about the unit.
|
List<Unit> |
ScalarMeta.getUnit()
Detailed information about the unit.
|
| Modifier and Type | Method and Description |
|---|---|
TimeseriesResponseSeries |
TimeseriesResponseSeries.addUnitItem(Unit unitItem) |
ScalarMeta |
ScalarMeta.addUnitItem(Unit unitItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeseriesResponseSeries.setUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<Unit>> unit) |
void |
ScalarMeta.setUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<Unit>> unit) |
void |
TimeseriesResponseSeries.setUnit(List<Unit> unit) |
void |
ScalarMeta.setUnit(List<Unit> unit) |
TimeseriesResponseSeries |
TimeseriesResponseSeries.unit(List<Unit> unit) |
ScalarMeta |
ScalarMeta.unit(List<Unit> unit) |
Copyright © 2024. All rights reserved.