| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.addValueItem(String valueItem) |
Condition |
Condition.attribute(String attribute) |
Condition |
Condition.createdAt(OffsetDateTime createdAt) |
Condition |
Condition.id(UUID id) |
Condition |
Condition.operator(ConditionOperator operator) |
Condition |
Condition.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Condition |
Condition.updatedAt(OffsetDateTime updatedAt) |
Condition |
Condition.value(List<String> value) |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
TargetingRule.getConditions()
Conditions evaluated by this targeting rule.
|
| Modifier and Type | Method and Description |
|---|---|
TargetingRule |
TargetingRule.addConditionsItem(Condition conditionsItem) |
| Modifier and Type | Method and Description |
|---|---|
TargetingRule |
TargetingRule.conditions(List<Condition> conditions) |
void |
TargetingRule.setConditions(List<Condition> conditions) |
| Constructor and Description |
|---|
TargetingRule(List<Condition> conditions,
OffsetDateTime createdAt,
UUID id,
OffsetDateTime updatedAt) |
Copyright © 2026. All rights reserved.