| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeTimeSlotResponse |
SyntheticsDowntimeTimeSlotResponse.duration(Long duration) |
SyntheticsDowntimeTimeSlotResponse |
SyntheticsDowntimeTimeSlotResponse.id(String id) |
SyntheticsDowntimeTimeSlotResponse |
SyntheticsDowntimeTimeSlotResponse.name(String name) |
SyntheticsDowntimeTimeSlotResponse |
SyntheticsDowntimeTimeSlotResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsDowntimeTimeSlotResponse |
SyntheticsDowntimeTimeSlotResponse.recurrence(SyntheticsDowntimeTimeSlotRecurrenceResponse recurrence) |
SyntheticsDowntimeTimeSlotResponse |
SyntheticsDowntimeTimeSlotResponse.start(SyntheticsDowntimeTimeSlotDate start) |
SyntheticsDowntimeTimeSlotResponse |
SyntheticsDowntimeTimeSlotResponse.timezone(String timezone) |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsDowntimeTimeSlotResponse> |
SyntheticsDowntimeDataAttributesResponse.getTimeSlots()
List of time slots in a Synthetics downtime response.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeDataAttributesResponse |
SyntheticsDowntimeDataAttributesResponse.addTimeSlotsItem(SyntheticsDowntimeTimeSlotResponse timeSlotsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsDowntimeDataAttributesResponse.setTimeSlots(List<SyntheticsDowntimeTimeSlotResponse> timeSlots) |
SyntheticsDowntimeDataAttributesResponse |
SyntheticsDowntimeDataAttributesResponse.timeSlots(List<SyntheticsDowntimeTimeSlotResponse> timeSlots) |
| Constructor and Description |
|---|
SyntheticsDowntimeDataAttributesResponse(OffsetDateTime createdAt,
String createdBy,
String createdByName,
String description,
Boolean isEnabled,
String name,
List<String> tags,
List<String> testIds,
List<SyntheticsDowntimeTimeSlotResponse> timeSlots,
OffsetDateTime updatedAt,
String updatedBy,
String updatedByName) |
Copyright © 2026. All rights reserved.