@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateFlakyTestsResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HAS_ERRORS |
static String |
JSON_PROPERTY_RESULTS |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateFlakyTestsResponseAttributes() |
UpdateFlakyTestsResponseAttributes(Boolean hasErrors,
List<UpdateFlakyTestsResponseResult> results) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlakyTestsResponseAttributes |
addResultsItem(UpdateFlakyTestsResponseResult resultsItem) |
boolean |
equals(Object o)
Return true if this UpdateFlakyTestsResponseAttributes 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 |
getHasErrors()
True if any errors occurred during the update operations. |
List<UpdateFlakyTestsResponseResult> |
getResults()
Results of the update operation for each test.
|
UpdateFlakyTestsResponseAttributes |
hasErrors(Boolean hasErrors) |
int |
hashCode() |
UpdateFlakyTestsResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UpdateFlakyTestsResponseAttributes |
results(List<UpdateFlakyTestsResponseResult> results) |
void |
setHasErrors(Boolean hasErrors) |
void |
setResults(List<UpdateFlakyTestsResponseResult> results) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HAS_ERRORS
public static final String JSON_PROPERTY_RESULTS
public UpdateFlakyTestsResponseAttributes()
public UpdateFlakyTestsResponseAttributes(Boolean hasErrors, List<UpdateFlakyTestsResponseResult> results)
public UpdateFlakyTestsResponseAttributes hasErrors(Boolean hasErrors)
public Boolean getHasErrors()
True if any errors occurred during the update operations. False if
all tests succeeded to be updated.public void setHasErrors(Boolean hasErrors)
public UpdateFlakyTestsResponseAttributes results(List<UpdateFlakyTestsResponseResult> results)
public UpdateFlakyTestsResponseAttributes addResultsItem(UpdateFlakyTestsResponseResult resultsItem)
public List<UpdateFlakyTestsResponseResult> getResults()
public void setResults(List<UpdateFlakyTestsResponseResult> results)
public UpdateFlakyTestsResponseAttributes 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.