| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DegradationIncluded |
DegradationIncluded.DegradationIncludedDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
DegradationIncluded |
DegradationIncluded.DegradationIncludedDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DegradationIncluded> |
MaintenanceArray.getIncluded()
The included related resources of a maintenance.
|
List<DegradationIncluded> |
Maintenance.getIncluded()
The included related resources of a maintenance.
|
List<DegradationIncluded> |
DegradationArray.getIncluded()
The included related resources of a degradation.
|
List<DegradationIncluded> |
Degradation.getIncluded()
The included related resources of a degradation.
|
| Modifier and Type | Method and Description |
|---|---|
MaintenanceArray |
MaintenanceArray.addIncludedItem(DegradationIncluded includedItem) |
Maintenance |
Maintenance.addIncludedItem(DegradationIncluded includedItem) |
DegradationArray |
DegradationArray.addIncludedItem(DegradationIncluded includedItem) |
Degradation |
Degradation.addIncludedItem(DegradationIncluded includedItem) |
void |
DegradationIncluded.DegradationIncludedSerializer.serialize(DegradationIncluded value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceArray |
MaintenanceArray.included(List<DegradationIncluded> included) |
Maintenance |
Maintenance.included(List<DegradationIncluded> included) |
DegradationArray |
DegradationArray.included(List<DegradationIncluded> included) |
Degradation |
Degradation.included(List<DegradationIncluded> included) |
void |
MaintenanceArray.setIncluded(List<DegradationIncluded> included) |
void |
Maintenance.setIncluded(List<DegradationIncluded> included) |
void |
DegradationArray.setIncluded(List<DegradationIncluded> included) |
void |
Degradation.setIncluded(List<DegradationIncluded> included) |
| Constructor and Description |
|---|
DegradationIncludedSerializer(Class<DegradationIncluded> t) |
Copyright © 2026. All rights reserved.