@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestOptionsRetry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COUNT |
static String |
JSON_PROPERTY_INTERVAL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestOptionsRetry() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestOptionsRetry |
count(Long count) |
boolean |
equals(Object o)
Return true if this SyntheticsTestOptionsRetry 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.
|
Long |
getCount()
Number of times a test needs to be retried before marking a location as failed.
|
Double |
getInterval()
Time interval between retries (in milliseconds).
|
int |
hashCode() |
SyntheticsTestOptionsRetry |
interval(Double interval) |
SyntheticsTestOptionsRetry |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCount(Long count) |
void |
setInterval(Double interval) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COUNT
public static final String JSON_PROPERTY_INTERVAL
public SyntheticsTestOptionsRetry count(Long count)
@Nullable public Long getCount()
public void setCount(Long count)
public SyntheticsTestOptionsRetry interval(Double interval)
@Nullable public Double getInterval()
public void setInterval(Double interval)
public SyntheticsTestOptionsRetry 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.