@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsDowntimeTimeSlotRecurrenceRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_END |
static String |
JSON_PROPERTY_FREQUENCY |
static String |
JSON_PROPERTY_INTERVAL |
static String |
JSON_PROPERTY_WEEKDAY_POSITIONS |
static String |
JSON_PROPERTY_WEEKDAYS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsDowntimeTimeSlotRecurrenceRequest() |
SyntheticsDowntimeTimeSlotRecurrenceRequest(SyntheticsDowntimeFrequency frequency) |
public boolean unparsed
public static final String JSON_PROPERTY_END
public static final String JSON_PROPERTY_FREQUENCY
public static final String JSON_PROPERTY_INTERVAL
public static final String JSON_PROPERTY_WEEKDAY_POSITIONS
public static final String JSON_PROPERTY_WEEKDAYS
public SyntheticsDowntimeTimeSlotRecurrenceRequest()
public SyntheticsDowntimeTimeSlotRecurrenceRequest(SyntheticsDowntimeFrequency frequency)
public SyntheticsDowntimeTimeSlotRecurrenceRequest end(SyntheticsDowntimeTimeSlotDate end)
@Nullable public SyntheticsDowntimeTimeSlotDate getEnd()
public void setEnd(SyntheticsDowntimeTimeSlotDate end)
public SyntheticsDowntimeTimeSlotRecurrenceRequest frequency(SyntheticsDowntimeFrequency frequency)
public SyntheticsDowntimeFrequency getFrequency()
public void setFrequency(SyntheticsDowntimeFrequency frequency)
public SyntheticsDowntimeTimeSlotRecurrenceRequest interval(Long interval)
@Nullable public Long getInterval()
public void setInterval(Long interval)
public SyntheticsDowntimeTimeSlotRecurrenceRequest weekdayPositions(List<SyntheticsDowntimeWeekdayPosition> weekdayPositions)
public SyntheticsDowntimeTimeSlotRecurrenceRequest addWeekdayPositionsItem(SyntheticsDowntimeWeekdayPosition weekdayPositionsItem)
@Nullable public List<SyntheticsDowntimeWeekdayPosition> getWeekdayPositions()
weekdays to schedule occurrences such as "the first Monday of the
month".public void setWeekdayPositions(List<SyntheticsDowntimeWeekdayPosition> weekdayPositions)
public SyntheticsDowntimeTimeSlotRecurrenceRequest weekdays(List<SyntheticsDowntimeWeekday> weekdays)
public SyntheticsDowntimeTimeSlotRecurrenceRequest addWeekdaysItem(SyntheticsDowntimeWeekday weekdaysItem)
@Nullable public List<SyntheticsDowntimeWeekday> getWeekdays()
public void setWeekdays(List<SyntheticsDowntimeWeekday> weekdays)
public SyntheticsDowntimeTimeSlotRecurrenceRequest putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.