| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SpansWarning |
SpansWarning.code(String code) |
SpansWarning |
SpansWarning.detail(String detail) |
SpansWarning |
SpansWarning.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SpansWarning |
SpansWarning.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<SpansWarning> |
SpansListResponseMetadata.getWarnings()
A list of warnings (non fatal errors) encountered, partial results might be returned if
warnings are present in the response.
|
List<SpansWarning> |
SpansAggregateResponseMetadata.getWarnings()
A list of warnings (non fatal errors) encountered, partial results might be returned if
warnings are present in the response.
|
| Modifier and Type | Method and Description |
|---|---|
SpansListResponseMetadata |
SpansListResponseMetadata.addWarningsItem(SpansWarning warningsItem) |
SpansAggregateResponseMetadata |
SpansAggregateResponseMetadata.addWarningsItem(SpansWarning warningsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpansListResponseMetadata.setWarnings(List<SpansWarning> warnings) |
void |
SpansAggregateResponseMetadata.setWarnings(List<SpansWarning> warnings) |
SpansListResponseMetadata |
SpansListResponseMetadata.warnings(List<SpansWarning> warnings) |
SpansAggregateResponseMetadata |
SpansAggregateResponseMetadata.warnings(List<SpansWarning> warnings) |
Copyright © 2024. All rights reserved.