@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateFlakyTestsRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateFlakyTestsRequestData() |
UpdateFlakyTestsRequestData(UpdateFlakyTestsRequestAttributes attributes,
UpdateFlakyTestsRequestDataType type) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlakyTestsRequestData |
attributes(UpdateFlakyTestsRequestAttributes attributes) |
boolean |
equals(Object o)
Return true if this UpdateFlakyTestsRequestData 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.
|
UpdateFlakyTestsRequestAttributes |
getAttributes()
Attributes for updating flaky test states.
|
UpdateFlakyTestsRequestDataType |
getType()
The definition of
UpdateFlakyTestsRequestDataType object. |
int |
hashCode() |
UpdateFlakyTestsRequestData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(UpdateFlakyTestsRequestAttributes attributes) |
void |
setType(UpdateFlakyTestsRequestDataType type) |
String |
toString() |
UpdateFlakyTestsRequestData |
type(UpdateFlakyTestsRequestDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public UpdateFlakyTestsRequestData()
public UpdateFlakyTestsRequestData(UpdateFlakyTestsRequestAttributes attributes, UpdateFlakyTestsRequestDataType type)
public UpdateFlakyTestsRequestData attributes(UpdateFlakyTestsRequestAttributes attributes)
public UpdateFlakyTestsRequestAttributes getAttributes()
public void setAttributes(UpdateFlakyTestsRequestAttributes attributes)
public UpdateFlakyTestsRequestData type(UpdateFlakyTestsRequestDataType type)
public UpdateFlakyTestsRequestDataType getType()
UpdateFlakyTestsRequestDataType object.public void setType(UpdateFlakyTestsRequestDataType type)
public UpdateFlakyTestsRequestData 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.