@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorOptionsCustomScheduleRecurrence extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_RRULE |
static String |
JSON_PROPERTY_START |
static String |
JSON_PROPERTY_TIMEZONE |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorOptionsCustomScheduleRecurrence() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MonitorOptionsCustomScheduleRecurrence object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getRrule()
Defines the recurrence rule (RRULE) for a given schedule.
|
String |
getStart()
Defines the start date and time of the recurring schedule.
|
String |
getTimezone()
Defines the timezone the schedule runs on.
|
int |
hashCode() |
MonitorOptionsCustomScheduleRecurrence |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
MonitorOptionsCustomScheduleRecurrence |
rrule(String rrule) |
void |
setRrule(String rrule) |
void |
setStart(String start) |
void |
setTimezone(String timezone) |
MonitorOptionsCustomScheduleRecurrence |
start(String start) |
MonitorOptionsCustomScheduleRecurrence |
timezone(String timezone) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_RRULE
public static final String JSON_PROPERTY_START
public static final String JSON_PROPERTY_TIMEZONE
public MonitorOptionsCustomScheduleRecurrence()
public MonitorOptionsCustomScheduleRecurrence rrule(String rrule)
@Nullable public String getRrule()
public void setRrule(String rrule)
public MonitorOptionsCustomScheduleRecurrence start(String start)
@Nullable public String getStart()
public void setStart(String start)
public MonitorOptionsCustomScheduleRecurrence timezone(String timezone)
@Nullable public String getTimezone()
public void setTimezone(String timezone)
public MonitorOptionsCustomScheduleRecurrence 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.