@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FlakyTestsSearchRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILTER |
static String |
JSON_PROPERTY_PAGE |
static String |
JSON_PROPERTY_SORT |
boolean |
unparsed |
| Constructor and Description |
|---|
FlakyTestsSearchRequestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this FlakyTestsSearchRequestAttributes object is equal to o.
|
FlakyTestsSearchRequestAttributes |
filter(FlakyTestsSearchFilter filter) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
FlakyTestsSearchFilter |
getFilter()
Search filter settings.
|
FlakyTestsSearchPageOptions |
getPage()
Pagination attributes for listing flaky tests.
|
FlakyTestsSearchSort |
getSort()
Parameter for sorting flaky test results.
|
int |
hashCode() |
FlakyTestsSearchRequestAttributes |
page(FlakyTestsSearchPageOptions page) |
FlakyTestsSearchRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFilter(FlakyTestsSearchFilter filter) |
void |
setPage(FlakyTestsSearchPageOptions page) |
void |
setSort(FlakyTestsSearchSort sort) |
FlakyTestsSearchRequestAttributes |
sort(FlakyTestsSearchSort sort) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_SORT
public FlakyTestsSearchRequestAttributes filter(FlakyTestsSearchFilter filter)
@Nullable public FlakyTestsSearchFilter getFilter()
public void setFilter(FlakyTestsSearchFilter filter)
public FlakyTestsSearchRequestAttributes page(FlakyTestsSearchPageOptions page)
@Nullable public FlakyTestsSearchPageOptions getPage()
public void setPage(FlakyTestsSearchPageOptions page)
public FlakyTestsSearchRequestAttributes sort(FlakyTestsSearchSort sort)
@Nullable public FlakyTestsSearchSort getSort()
public void setSort(FlakyTestsSearchSort sort)
public FlakyTestsSearchRequestAttributes 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.