@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RetryStrategyLinear extends Object
RetryStrategyLinear object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INTERVAL |
static String |
JSON_PROPERTY_MAX_RETRIES |
boolean |
unparsed |
| Constructor and Description |
|---|
RetryStrategyLinear() |
RetryStrategyLinear(String interval,
Integer maxRetries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RetryStrategyLinear object is equal to o.
|
String |
getInterval()
The
RetryStrategyLinear interval. |
Integer |
getMaxRetries()
The
RetryStrategyLinear maxRetries. |
int |
hashCode() |
RetryStrategyLinear |
interval(String interval) |
RetryStrategyLinear |
maxRetries(Integer maxRetries) |
void |
setInterval(String interval) |
void |
setMaxRetries(Integer maxRetries) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INTERVAL
public static final String JSON_PROPERTY_MAX_RETRIES
public RetryStrategyLinear interval(String interval)
public String getInterval()
RetryStrategyLinear interval. The expected format is the number
of seconds ending with an s. For example, 1 day is 86400spublic void setInterval(String interval)
public RetryStrategyLinear maxRetries(Integer maxRetries)
public Integer getMaxRetries()
RetryStrategyLinear maxRetries. minimum: 0 maximum: 2147483647public void setMaxRetries(Integer maxRetries)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.