@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DowntimeScheduleRecurrencesCreateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_RECURRENCES |
static String |
JSON_PROPERTY_TIMEZONE |
boolean |
unparsed |
| Constructor and Description |
|---|
DowntimeScheduleRecurrencesCreateRequest() |
DowntimeScheduleRecurrencesCreateRequest(List<DowntimeScheduleRecurrenceCreateUpdateRequest> recurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_RECURRENCES
public static final String JSON_PROPERTY_TIMEZONE
public DowntimeScheduleRecurrencesCreateRequest()
public DowntimeScheduleRecurrencesCreateRequest(List<DowntimeScheduleRecurrenceCreateUpdateRequest> recurrences)
public DowntimeScheduleRecurrencesCreateRequest recurrences(List<DowntimeScheduleRecurrenceCreateUpdateRequest> recurrences)
public DowntimeScheduleRecurrencesCreateRequest addRecurrencesItem(DowntimeScheduleRecurrenceCreateUpdateRequest recurrencesItem)
public List<DowntimeScheduleRecurrenceCreateUpdateRequest> getRecurrences()
public void setRecurrences(List<DowntimeScheduleRecurrenceCreateUpdateRequest> recurrences)
public DowntimeScheduleRecurrencesCreateRequest timezone(String timezone)
@Nullable public String getTimezone()
public void setTimezone(String timezone)
public DowntimeScheduleRecurrencesCreateRequest 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.