| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ApmRetentionFilterType |
ApmRetentionFilterType.apm_retention_filter |
| Modifier and Type | Method and Description |
|---|---|
static ApmRetentionFilterType |
ApmRetentionFilterType.fromValue(String value) |
ApmRetentionFilterType |
RetentionFilterWithoutAttributes.getType()
The type of the resource.
|
ApmRetentionFilterType |
RetentionFilterAll.getType()
The type of the resource.
|
ApmRetentionFilterType |
RetentionFilterCreateData.getType()
The type of the resource.
|
ApmRetentionFilterType |
RetentionFilterUpdateData.getType()
The type of the resource.
|
ApmRetentionFilterType |
RetentionFilter.getType()
The type of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApmRetentionFilterType.ApmRetentionFilterTypeSerializer.serialize(ApmRetentionFilterType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RetentionFilterWithoutAttributes.setType(ApmRetentionFilterType type) |
void |
RetentionFilterAll.setType(ApmRetentionFilterType type) |
void |
RetentionFilterCreateData.setType(ApmRetentionFilterType type) |
void |
RetentionFilterUpdateData.setType(ApmRetentionFilterType type) |
void |
RetentionFilter.setType(ApmRetentionFilterType type) |
RetentionFilterWithoutAttributes |
RetentionFilterWithoutAttributes.type(ApmRetentionFilterType type) |
RetentionFilterAll |
RetentionFilterAll.type(ApmRetentionFilterType type) |
RetentionFilterCreateData |
RetentionFilterCreateData.type(ApmRetentionFilterType type) |
RetentionFilterUpdateData |
RetentionFilterUpdateData.type(ApmRetentionFilterType type) |
RetentionFilter |
RetentionFilter.type(ApmRetentionFilterType type) |
| Constructor and Description |
|---|
RetentionFilter(RetentionFilterAttributes attributes,
String id,
ApmRetentionFilterType type) |
RetentionFilterAll(RetentionFilterAllAttributes attributes,
String id,
ApmRetentionFilterType type) |
RetentionFilterCreateData(RetentionFilterCreateAttributes attributes,
ApmRetentionFilterType type) |
RetentionFilterUpdateData(RetentionFilterUpdateAttributes attributes,
String id,
ApmRetentionFilterType type) |
RetentionFilterWithoutAttributes(String id,
ApmRetentionFilterType type) |
| Constructor and Description |
|---|
ApmRetentionFilterTypeSerializer(Class<ApmRetentionFilterType> t) |
Copyright © 2024. All rights reserved.