| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeTimeSlotDate |
SyntheticsDowntimeTimeSlotDate.day(Long day) |
SyntheticsDowntimeTimeSlotDate |
SyntheticsDowntimeTimeSlotRecurrenceRequest.getEnd()
A specific date and time used to define the start or end of a Synthetics downtime time slot.
|
SyntheticsDowntimeTimeSlotDate |
SyntheticsDowntimeTimeSlotResponse.getStart()
A specific date and time used to define the start or end of a Synthetics downtime time slot.
|
SyntheticsDowntimeTimeSlotDate |
SyntheticsDowntimeTimeSlotRequest.getStart()
A specific date and time used to define the start or end of a Synthetics downtime time slot.
|
SyntheticsDowntimeTimeSlotDate |
SyntheticsDowntimeTimeSlotRecurrenceResponse.getUntil()
A specific date and time used to define the start or end of a Synthetics downtime time slot.
|
SyntheticsDowntimeTimeSlotDate |
SyntheticsDowntimeTimeSlotDate.hour(Long hour) |
SyntheticsDowntimeTimeSlotDate |
SyntheticsDowntimeTimeSlotDate.minute(Long minute) |
SyntheticsDowntimeTimeSlotDate |
SyntheticsDowntimeTimeSlotDate.month(Long month) |
SyntheticsDowntimeTimeSlotDate |
SyntheticsDowntimeTimeSlotDate.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsDowntimeTimeSlotDate |
SyntheticsDowntimeTimeSlotDate.year(Long year) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeTimeSlotRecurrenceRequest |
SyntheticsDowntimeTimeSlotRecurrenceRequest.end(SyntheticsDowntimeTimeSlotDate end) |
void |
SyntheticsDowntimeTimeSlotRecurrenceRequest.setEnd(SyntheticsDowntimeTimeSlotDate end) |
void |
SyntheticsDowntimeTimeSlotResponse.setStart(SyntheticsDowntimeTimeSlotDate start) |
void |
SyntheticsDowntimeTimeSlotRequest.setStart(SyntheticsDowntimeTimeSlotDate start) |
void |
SyntheticsDowntimeTimeSlotRecurrenceResponse.setUntil(SyntheticsDowntimeTimeSlotDate until) |
SyntheticsDowntimeTimeSlotResponse |
SyntheticsDowntimeTimeSlotResponse.start(SyntheticsDowntimeTimeSlotDate start) |
SyntheticsDowntimeTimeSlotRequest |
SyntheticsDowntimeTimeSlotRequest.start(SyntheticsDowntimeTimeSlotDate start) |
SyntheticsDowntimeTimeSlotRecurrenceResponse |
SyntheticsDowntimeTimeSlotRecurrenceResponse.until(SyntheticsDowntimeTimeSlotDate until) |
| Constructor and Description |
|---|
SyntheticsDowntimeTimeSlotRequest(Long duration,
SyntheticsDowntimeTimeSlotDate start,
String timezone) |
SyntheticsDowntimeTimeSlotResponse(Long duration,
String id,
SyntheticsDowntimeTimeSlotDate start,
String timezone) |
Copyright © 2026. All rights reserved.