@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestOptionsMonitorOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_RENOTIFY_INTERVAL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestOptionsMonitorOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestOptionsMonitorOptions object is equal to o.
|
Long |
getRenotifyInterval()
Time interval before renotifying if the test is still failing (in minutes).
|
int |
hashCode() |
SyntheticsTestOptionsMonitorOptions |
renotifyInterval(Long renotifyInterval) |
void |
setRenotifyInterval(Long renotifyInterval) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_RENOTIFY_INTERVAL
public SyntheticsTestOptionsMonitorOptions renotifyInterval(Long renotifyInterval)
@Nullable public Long getRenotifyInterval()
public void setRenotifyInterval(Long renotifyInterval)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.