@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringSchedulingOptions 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 |
|---|
SecurityMonitoringSchedulingOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SecurityMonitoringSchedulingOptions 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()
Schedule for the rule queries, written in RRULE syntax.
|
String |
getStart()
Start date for the schedule, in ISO 8601 format without timezone.
|
String |
getTimezone()
Time zone of the start date, in the tz database format.
|
int |
hashCode() |
SecurityMonitoringSchedulingOptions |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityMonitoringSchedulingOptions |
rrule(String rrule) |
void |
setRrule(String rrule) |
void |
setStart(String start) |
void |
setTimezone(String timezone) |
SecurityMonitoringSchedulingOptions |
start(String start) |
SecurityMonitoringSchedulingOptions |
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 SecurityMonitoringSchedulingOptions rrule(String rrule)
@Nullable public String getRrule()
public void setRrule(String rrule)
public SecurityMonitoringSchedulingOptions start(String start)
@Nullable public String getStart()
public void setStart(String start)
public SecurityMonitoringSchedulingOptions timezone(String timezone)
@Nullable public String getTimezone()
public void setTimezone(String timezone)
public SecurityMonitoringSchedulingOptions 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.