| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsDowntimeFrequency |
SyntheticsDowntimeFrequency.DAILY |
static SyntheticsDowntimeFrequency |
SyntheticsDowntimeFrequency.MONTHLY |
static SyntheticsDowntimeFrequency |
SyntheticsDowntimeFrequency.WEEKLY |
static SyntheticsDowntimeFrequency |
SyntheticsDowntimeFrequency.YEARLY |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsDowntimeFrequency |
SyntheticsDowntimeFrequency.fromValue(String value) |
SyntheticsDowntimeFrequency |
SyntheticsDowntimeTimeSlotRecurrenceResponse.getFrequency()
The recurrence frequency of a Synthetics downtime time slot.
|
SyntheticsDowntimeFrequency |
SyntheticsDowntimeTimeSlotRecurrenceRequest.getFrequency()
The recurrence frequency of a Synthetics downtime time slot.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeTimeSlotRecurrenceResponse |
SyntheticsDowntimeTimeSlotRecurrenceResponse.frequency(SyntheticsDowntimeFrequency frequency) |
SyntheticsDowntimeTimeSlotRecurrenceRequest |
SyntheticsDowntimeTimeSlotRecurrenceRequest.frequency(SyntheticsDowntimeFrequency frequency) |
void |
SyntheticsDowntimeFrequency.SyntheticsDowntimeFrequencySerializer.serialize(SyntheticsDowntimeFrequency value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsDowntimeTimeSlotRecurrenceResponse.setFrequency(SyntheticsDowntimeFrequency frequency) |
void |
SyntheticsDowntimeTimeSlotRecurrenceRequest.setFrequency(SyntheticsDowntimeFrequency frequency) |
| Constructor and Description |
|---|
SyntheticsDowntimeTimeSlotRecurrenceRequest(SyntheticsDowntimeFrequency frequency) |
SyntheticsDowntimeTimeSlotRecurrenceResponse(SyntheticsDowntimeFrequency frequency,
Long interval,
List<SyntheticsDowntimeWeekday> weekdays) |
| Constructor and Description |
|---|
SyntheticsDowntimeFrequencySerializer(Class<SyntheticsDowntimeFrequency> t) |
Copyright © 2026. All rights reserved.