@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsDowntimeTimeSlotRecurrenceResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FREQUENCY |
static String |
JSON_PROPERTY_INTERVAL |
static String |
JSON_PROPERTY_UNTIL |
static String |
JSON_PROPERTY_WEEKDAY_POSITIONS |
static String |
JSON_PROPERTY_WEEKDAYS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsDowntimeTimeSlotRecurrenceResponse() |
SyntheticsDowntimeTimeSlotRecurrenceResponse(SyntheticsDowntimeFrequency frequency,
Long interval,
List<SyntheticsDowntimeWeekday> weekdays) |
public boolean unparsed
public static final String JSON_PROPERTY_FREQUENCY
public static final String JSON_PROPERTY_INTERVAL
public static final String JSON_PROPERTY_UNTIL
public static final String JSON_PROPERTY_WEEKDAY_POSITIONS
public static final String JSON_PROPERTY_WEEKDAYS
public SyntheticsDowntimeTimeSlotRecurrenceResponse()
public SyntheticsDowntimeTimeSlotRecurrenceResponse(SyntheticsDowntimeFrequency frequency, Long interval, List<SyntheticsDowntimeWeekday> weekdays)
public SyntheticsDowntimeTimeSlotRecurrenceResponse frequency(SyntheticsDowntimeFrequency frequency)
public SyntheticsDowntimeFrequency getFrequency()
public void setFrequency(SyntheticsDowntimeFrequency frequency)
public SyntheticsDowntimeTimeSlotRecurrenceResponse interval(Long interval)
public Long getInterval()
public void setInterval(Long interval)
public SyntheticsDowntimeTimeSlotRecurrenceResponse until(SyntheticsDowntimeTimeSlotDate until)
@Nullable public SyntheticsDowntimeTimeSlotDate getUntil()
public void setUntil(SyntheticsDowntimeTimeSlotDate until)
public SyntheticsDowntimeTimeSlotRecurrenceResponse weekdayPositions(List<SyntheticsDowntimeWeekdayPosition> weekdayPositions)
public SyntheticsDowntimeTimeSlotRecurrenceResponse 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 SyntheticsDowntimeTimeSlotRecurrenceResponse weekdays(List<SyntheticsDowntimeWeekday> weekdays)
public SyntheticsDowntimeTimeSlotRecurrenceResponse addWeekdaysItem(SyntheticsDowntimeWeekday weekdaysItem)
public List<SyntheticsDowntimeWeekday> getWeekdays()
public void setWeekdays(List<SyntheticsDowntimeWeekday> weekdays)
public SyntheticsDowntimeTimeSlotRecurrenceResponse 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.