@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DowntimeScheduleRecurrencesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CURRENT_DOWNTIME |
static String |
JSON_PROPERTY_RECURRENCES |
static String |
JSON_PROPERTY_TIMEZONE |
boolean |
unparsed |
| Constructor and Description |
|---|
DowntimeScheduleRecurrencesResponse() |
DowntimeScheduleRecurrencesResponse(List<DowntimeScheduleRecurrenceResponse> recurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_CURRENT_DOWNTIME
public static final String JSON_PROPERTY_RECURRENCES
public static final String JSON_PROPERTY_TIMEZONE
public DowntimeScheduleRecurrencesResponse()
public DowntimeScheduleRecurrencesResponse(List<DowntimeScheduleRecurrenceResponse> recurrences)
public DowntimeScheduleRecurrencesResponse currentDowntime(DowntimeScheduleCurrentDowntimeResponse currentDowntime)
@Nullable public DowntimeScheduleCurrentDowntimeResponse getCurrentDowntime()
public void setCurrentDowntime(DowntimeScheduleCurrentDowntimeResponse currentDowntime)
public DowntimeScheduleRecurrencesResponse recurrences(List<DowntimeScheduleRecurrenceResponse> recurrences)
public DowntimeScheduleRecurrencesResponse addRecurrencesItem(DowntimeScheduleRecurrenceResponse recurrencesItem)
public List<DowntimeScheduleRecurrenceResponse> getRecurrences()
public void setRecurrences(List<DowntimeScheduleRecurrenceResponse> recurrences)
public DowntimeScheduleRecurrencesResponse timezone(String timezone)
@Nullable public String getTimezone()
display_timezone.public void setTimezone(String timezone)
public DowntimeScheduleRecurrencesResponse 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 © 2024. All rights reserved.