@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateBackfilledDegradationRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TITLE |
static String |
JSON_PROPERTY_UPDATES |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateBackfilledDegradationRequestDataAttributes() |
CreateBackfilledDegradationRequestDataAttributes(String title,
List<CreateBackfilledDegradationRequestDataAttributesUpdatesItems> updates) |
public boolean unparsed
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_UPDATES
public CreateBackfilledDegradationRequestDataAttributes()
public CreateBackfilledDegradationRequestDataAttributes(String title, List<CreateBackfilledDegradationRequestDataAttributesUpdatesItems> updates)
public CreateBackfilledDegradationRequestDataAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public CreateBackfilledDegradationRequestDataAttributes updates(List<CreateBackfilledDegradationRequestDataAttributesUpdatesItems> updates)
public CreateBackfilledDegradationRequestDataAttributes addUpdatesItem(CreateBackfilledDegradationRequestDataAttributesUpdatesItems updatesItem)
public List<CreateBackfilledDegradationRequestDataAttributesUpdatesItems> getUpdates()
public void setUpdates(List<CreateBackfilledDegradationRequestDataAttributesUpdatesItems> updates)
public CreateBackfilledDegradationRequestDataAttributes 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.