| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AiCustomRuleItem |
AiCustomRuleItem.createdAt(OffsetDateTime createdAt) |
AiCustomRuleItem |
AiCustomRuleItem.createdBy(String createdBy) |
AiCustomRuleItem |
AiCustomRuleResponseData.getAttributes()
An AI custom rule embedded within a ruleset response.
|
AiCustomRuleItem |
AiCustomRuleItem.lastRevision(AiCustomRuleRevisionResponseAttributes lastRevision) |
AiCustomRuleItem |
AiCustomRuleItem.name(String name) |
AiCustomRuleItem |
AiCustomRuleItem.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
List<AiCustomRuleItem> |
AiCustomRulesetResponseAttributes.getRules()
The rules contained in the ruleset.
|
| Modifier and Type | Method and Description |
|---|---|
AiCustomRulesetResponseAttributes |
AiCustomRulesetResponseAttributes.addRulesItem(AiCustomRuleItem rulesItem) |
AiCustomRuleResponseData |
AiCustomRuleResponseData.attributes(AiCustomRuleItem attributes) |
void |
AiCustomRuleResponseData.setAttributes(AiCustomRuleItem attributes) |
| Modifier and Type | Method and Description |
|---|---|
AiCustomRulesetResponseAttributes |
AiCustomRulesetResponseAttributes.rules(List<AiCustomRuleItem> rules) |
void |
AiCustomRulesetResponseAttributes.setRules(List<AiCustomRuleItem> rules) |
| Constructor and Description |
|---|
AiCustomRuleResponseData(AiCustomRuleItem attributes,
String id,
AiCustomRuleDataType type) |
| Constructor and Description |
|---|
AiCustomRulesetResponseAttributes(OffsetDateTime createdAt,
String createdBy,
String description,
String name,
List<AiCustomRuleItem> rules,
String shortDescription) |
Copyright © 2026. All rights reserved.