| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AiMemoryViolationType |
AiMemoryViolationType.FP |
static AiMemoryViolationType |
AiMemoryViolationType.TP |
| Modifier and Type | Method and Description |
|---|---|
static AiMemoryViolationType |
AiMemoryViolationType.fromValue(String value) |
AiMemoryViolationType |
AiMemoryViolationResultResponseAttributes.getType()
The type of AI memory violation result indicating whether it is a true positive or false
positive.
|
AiMemoryViolationType |
AiMemoryViolationResultRequestAttributes.getType()
The type of AI memory violation result indicating whether it is a true positive or false
positive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AiMemoryViolationType.AiMemoryViolationTypeSerializer.serialize(AiMemoryViolationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AiMemoryViolationResultResponseAttributes.setType(AiMemoryViolationType type) |
void |
AiMemoryViolationResultRequestAttributes.setType(AiMemoryViolationType type) |
AiMemoryViolationResultResponseAttributes |
AiMemoryViolationResultResponseAttributes.type(AiMemoryViolationType type) |
AiMemoryViolationResultRequestAttributes |
AiMemoryViolationResultRequestAttributes.type(AiMemoryViolationType type) |
| Constructor and Description |
|---|
AiMemoryViolationResultRequestAttributes(Long line,
String message,
String name,
String repositoryId,
String rule,
String sha,
AiMemoryViolationType type) |
AiMemoryViolationResultResponseAttributes(OffsetDateTime createdAt,
String createdBy,
Long line,
String message,
String name,
String repositoryId,
String rule,
String sha,
AiMemoryViolationType type) |
| Constructor and Description |
|---|
AiMemoryViolationTypeSerializer(Class<AiMemoryViolationType> t) |
Copyright © 2026. All rights reserved.