@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TestOptimizationFlakyTestsManagementPoliciesAutoQuarantineRule extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_WINDOW_SECONDS |
boolean |
unparsed |
| Constructor and Description |
|---|
TestOptimizationFlakyTestsManagementPoliciesAutoQuarantineRule() |
| Modifier and Type | Method and Description |
|---|---|
TestOptimizationFlakyTestsManagementPoliciesAutoQuarantineRule |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this TestOptimizationFlakyTestsManagementPoliciesAutoQuarantineRule 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.
|
Boolean |
getEnabled()
Whether this auto-quarantine rule is enabled.
|
Long |
getWindowSeconds()
Time window in seconds over which flakiness is evaluated.
|
int |
hashCode() |
TestOptimizationFlakyTestsManagementPoliciesAutoQuarantineRule |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEnabled(Boolean enabled) |
void |
setWindowSeconds(Long windowSeconds) |
String |
toString() |
TestOptimizationFlakyTestsManagementPoliciesAutoQuarantineRule |
windowSeconds(Long windowSeconds) |
public boolean unparsed
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_WINDOW_SECONDS
public TestOptimizationFlakyTestsManagementPoliciesAutoQuarantineRule()
public TestOptimizationFlakyTestsManagementPoliciesAutoQuarantineRule enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public TestOptimizationFlakyTestsManagementPoliciesAutoQuarantineRule windowSeconds(Long windowSeconds)
@Nullable public Long getWindowSeconds()
public void setWindowSeconds(Long windowSeconds)
public TestOptimizationFlakyTestsManagementPoliciesAutoQuarantineRule 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.