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