| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
VariantWeight |
VariantWeight.createdAt(OffsetDateTime createdAt) |
VariantWeight |
VariantWeight.id(UUID id) |
VariantWeight |
VariantWeight.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
VariantWeight |
VariantWeight.updatedAt(OffsetDateTime updatedAt) |
VariantWeight |
VariantWeight.value(Double value) |
VariantWeight |
VariantWeight.variant(Variant variant) |
VariantWeight |
VariantWeight.variantId(UUID variantId) |
| Modifier and Type | Method and Description |
|---|---|
List<VariantWeight> |
Allocation.getVariantWeights()
Weighted variant assignments for this targeting rule allocation.
|
| Modifier and Type | Method and Description |
|---|---|
Allocation |
Allocation.addVariantWeightsItem(VariantWeight variantWeightsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
Allocation.setVariantWeights(List<VariantWeight> variantWeights) |
Allocation |
Allocation.variantWeights(List<VariantWeight> variantWeights) |
| Constructor and Description |
|---|
Allocation(OffsetDateTime createdAt,
List<UUID> environmentIds,
List<GuardrailMetric> guardrailMetrics,
String key,
String name,
Long orderPosition,
List<TargetingRule> targetingRules,
AllocationType type,
OffsetDateTime updatedAt,
List<VariantWeight> variantWeights) |
Copyright © 2026. All rights reserved.