@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FlakyTestHistoryPolicyMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BRANCHES |
static String |
JSON_PROPERTY_CONFIG |
static String |
JSON_PROPERTY_DAYS_ACTIVE |
static String |
JSON_PROPERTY_DAYS_WITHOUT_FLAKE |
static String |
JSON_PROPERTY_FAILURE_RATE |
static String |
JSON_PROPERTY_STATE |
static String |
JSON_PROPERTY_TOTAL_RUNS |
boolean |
unparsed |
| Constructor and Description |
|---|
FlakyTestHistoryPolicyMeta() |
| Modifier and Type | Method and Description |
|---|---|
FlakyTestHistoryPolicyMeta |
addBranchesItem(String branchesItem) |
FlakyTestHistoryPolicyMeta |
branches(List<String> branches) |
FlakyTestHistoryPolicyMeta |
config(FlakyTestHistoryPolicyMetaConfig config) |
FlakyTestHistoryPolicyMeta |
daysActive(Integer daysActive) |
FlakyTestHistoryPolicyMeta |
daysWithoutFlake(Integer daysWithoutFlake) |
boolean |
equals(Object o)
Return true if this FlakyTestHistoryPolicyMeta object is equal to o.
|
FlakyTestHistoryPolicyMeta |
failureRate(Double failureRate) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getBranches_JsonNullable() |
List<String> |
getBranches()
Branches where the test was flaky at the time of the status change.
|
FlakyTestHistoryPolicyMetaConfig |
getConfig()
Configuration parameters of the policy that triggered this status change.
|
org.openapitools.jackson.nullable.JsonNullable<Integer> |
getDaysActive_JsonNullable() |
Integer |
getDaysActive()
The number of days the test has been active at the time of the status change.
|
org.openapitools.jackson.nullable.JsonNullable<Integer> |
getDaysWithoutFlake_JsonNullable() |
Integer |
getDaysWithoutFlake()
The number of days since the test last exhibited flakiness.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getFailureRate_JsonNullable() |
Double |
getFailureRate()
The failure rate of the test at the time of the status change.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getState_JsonNullable() |
String |
getState()
The previous state of the test.
|
org.openapitools.jackson.nullable.JsonNullable<Integer> |
getTotalRuns_JsonNullable() |
Integer |
getTotalRuns()
The total number of test runs at the time of the status change.
|
int |
hashCode() |
FlakyTestHistoryPolicyMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBranches_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> branches) |
void |
setBranches(List<String> branches) |
void |
setConfig(FlakyTestHistoryPolicyMetaConfig config) |
void |
setDaysActive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> daysActive) |
void |
setDaysActive(Integer daysActive) |
void |
setDaysWithoutFlake_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> daysWithoutFlake) |
void |
setDaysWithoutFlake(Integer daysWithoutFlake) |
void |
setFailureRate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> failureRate) |
void |
setFailureRate(Double failureRate) |
void |
setState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> state) |
void |
setState(String state) |
void |
setTotalRuns_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> totalRuns) |
void |
setTotalRuns(Integer totalRuns) |
FlakyTestHistoryPolicyMeta |
state(String state) |
String |
toString() |
FlakyTestHistoryPolicyMeta |
totalRuns(Integer totalRuns) |
public boolean unparsed
public static final String JSON_PROPERTY_BRANCHES
public static final String JSON_PROPERTY_CONFIG
public static final String JSON_PROPERTY_DAYS_ACTIVE
public static final String JSON_PROPERTY_DAYS_WITHOUT_FLAKE
public static final String JSON_PROPERTY_FAILURE_RATE
public static final String JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_TOTAL_RUNS
public FlakyTestHistoryPolicyMeta branches(List<String> branches)
public FlakyTestHistoryPolicyMeta addBranchesItem(String branchesItem)
@Nullable public List<String> getBranches()
public org.openapitools.jackson.nullable.JsonNullable<List<String>> getBranches_JsonNullable()
public void setBranches_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> branches)
public FlakyTestHistoryPolicyMeta config(FlakyTestHistoryPolicyMetaConfig config)
@Nullable public FlakyTestHistoryPolicyMetaConfig getConfig()
public void setConfig(FlakyTestHistoryPolicyMetaConfig config)
public FlakyTestHistoryPolicyMeta daysActive(Integer daysActive)
@Nullable public Integer getDaysActive()
public org.openapitools.jackson.nullable.JsonNullable<Integer> getDaysActive_JsonNullable()
public void setDaysActive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> daysActive)
public void setDaysActive(Integer daysActive)
public FlakyTestHistoryPolicyMeta daysWithoutFlake(Integer daysWithoutFlake)
@Nullable public Integer getDaysWithoutFlake()
public org.openapitools.jackson.nullable.JsonNullable<Integer> getDaysWithoutFlake_JsonNullable()
public void setDaysWithoutFlake_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> daysWithoutFlake)
public void setDaysWithoutFlake(Integer daysWithoutFlake)
public FlakyTestHistoryPolicyMeta failureRate(Double failureRate)
@Nullable public Double getFailureRate()
public org.openapitools.jackson.nullable.JsonNullable<Double> getFailureRate_JsonNullable()
public void setFailureRate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> failureRate)
public void setFailureRate(Double failureRate)
public FlakyTestHistoryPolicyMeta state(String state)
@Nullable public String getState()
public org.openapitools.jackson.nullable.JsonNullable<String> getState_JsonNullable()
public void setState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> state)
public void setState(String state)
public FlakyTestHistoryPolicyMeta totalRuns(Integer totalRuns)
@Nullable public Integer getTotalRuns()
public org.openapitools.jackson.nullable.JsonNullable<Integer> getTotalRuns_JsonNullable()
public void setTotalRuns_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> totalRuns)
public void setTotalRuns(Integer totalRuns)
public FlakyTestHistoryPolicyMeta 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.