@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DORAListFailuresRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
DORAListFailuresRequestData() |
DORAListFailuresRequestData(DORAListFailuresRequestAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
DORAListFailuresRequestData |
attributes(DORAListFailuresRequestAttributes attributes) |
boolean |
equals(Object o)
Return true if this DORAListFailuresRequestData 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.
|
DORAListFailuresRequestAttributes |
getAttributes()
Attributes to get a list of failures.
|
DORAListFailuresRequestDataType |
getType()
The definition of
DORAListFailuresRequestDataType object. |
int |
hashCode() |
DORAListFailuresRequestData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(DORAListFailuresRequestAttributes attributes) |
void |
setType(DORAListFailuresRequestDataType type) |
String |
toString() |
DORAListFailuresRequestData |
type(DORAListFailuresRequestDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public DORAListFailuresRequestData()
public DORAListFailuresRequestData(DORAListFailuresRequestAttributes attributes)
public DORAListFailuresRequestData attributes(DORAListFailuresRequestAttributes attributes)
public DORAListFailuresRequestAttributes getAttributes()
public void setAttributes(DORAListFailuresRequestAttributes attributes)
public DORAListFailuresRequestData type(DORAListFailuresRequestDataType type)
@Nullable public DORAListFailuresRequestDataType getType()
DORAListFailuresRequestDataType object.public void setType(DORAListFailuresRequestDataType type)
public DORAListFailuresRequestData 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 © 2025. All rights reserved.