@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RetryStrategy extends Object
RetryStrategy object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_KIND |
static String |
JSON_PROPERTY_LINEAR |
boolean |
unparsed |
| Constructor and Description |
|---|
RetryStrategy() |
RetryStrategy(RetryStrategyKind kind,
RetryStrategyLinear linear) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RetryStrategy object is equal to o.
|
RetryStrategyKind |
getKind()
The definition of
RetryStrategyKind object. |
RetryStrategyLinear |
getLinear()
The definition of
RetryStrategyLinear object. |
int |
hashCode() |
RetryStrategy |
kind(RetryStrategyKind kind) |
RetryStrategy |
linear(RetryStrategyLinear linear) |
void |
setKind(RetryStrategyKind kind) |
void |
setLinear(RetryStrategyLinear linear) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_KIND
public static final String JSON_PROPERTY_LINEAR
public RetryStrategy()
public RetryStrategy(RetryStrategyKind kind, RetryStrategyLinear linear)
public RetryStrategy kind(RetryStrategyKind kind)
public RetryStrategyKind getKind()
RetryStrategyKind object.public void setKind(RetryStrategyKind kind)
public RetryStrategy linear(RetryStrategyLinear linear)
public RetryStrategyLinear getLinear()
RetryStrategyLinear object.public void setLinear(RetryStrategyLinear linear)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.