| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DowntimeResponseIncludedItem |
DowntimeResponseIncludedItem.DowntimeResponseIncludedItemDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
DowntimeResponseIncludedItem |
DowntimeResponseIncludedItem.DowntimeResponseIncludedItemDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DowntimeResponseIncludedItem> |
ListDowntimesResponse.getIncluded()
Array of objects related to the downtimes.
|
List<DowntimeResponseIncludedItem> |
DowntimeResponse.getIncluded()
Array of objects related to the downtime that the user requested.
|
| Modifier and Type | Method and Description |
|---|---|
ListDowntimesResponse |
ListDowntimesResponse.addIncludedItem(DowntimeResponseIncludedItem includedItem) |
DowntimeResponse |
DowntimeResponse.addIncludedItem(DowntimeResponseIncludedItem includedItem) |
void |
DowntimeResponseIncludedItem.DowntimeResponseIncludedItemSerializer.serialize(DowntimeResponseIncludedItem value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
ListDowntimesResponse |
ListDowntimesResponse.included(List<DowntimeResponseIncludedItem> included) |
DowntimeResponse |
DowntimeResponse.included(List<DowntimeResponseIncludedItem> included) |
void |
ListDowntimesResponse.setIncluded(List<DowntimeResponseIncludedItem> included) |
void |
DowntimeResponse.setIncluded(List<DowntimeResponseIncludedItem> included) |
| Constructor and Description |
|---|
DowntimeResponseIncludedItemSerializer(Class<DowntimeResponseIncludedItem> t) |
Copyright © 2024. All rights reserved.