@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorOptionsSchedulingOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM_SCHEDULE |
static String |
JSON_PROPERTY_EVALUATION_WINDOW |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorOptionsSchedulingOptions() |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM_SCHEDULE
public static final String JSON_PROPERTY_EVALUATION_WINDOW
public MonitorOptionsSchedulingOptions customSchedule(MonitorOptionsCustomSchedule customSchedule)
@Nullable public MonitorOptionsCustomSchedule getCustomSchedule()
public void setCustomSchedule(MonitorOptionsCustomSchedule customSchedule)
public MonitorOptionsSchedulingOptions evaluationWindow(MonitorOptionsSchedulingOptionsEvaluationWindow evaluationWindow)
@Nullable public MonitorOptionsSchedulingOptionsEvaluationWindow getEvaluationWindow()
hour_starts is set, no other
fields may be set. Otherwise, day_starts and month_starts must be set
together.public void setEvaluationWindow(MonitorOptionsSchedulingOptionsEvaluationWindow evaluationWindow)
public MonitorOptionsSchedulingOptions 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.