@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DegradationTemplateDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPONENTS_AFFECTED |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DEGRADATION_TITLE |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_UPDATES |
boolean |
unparsed |
| Constructor and Description |
|---|
DegradationTemplateDataAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPONENTS_AFFECTED
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DEGRADATION_TITLE
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_UPDATES
public DegradationTemplateDataAttributes componentsAffected(List<DegradationTemplateDataAttributesComponentsAffectedItems> componentsAffected)
public DegradationTemplateDataAttributes addComponentsAffectedItem(DegradationTemplateDataAttributesComponentsAffectedItems componentsAffectedItem)
@Nullable public List<DegradationTemplateDataAttributesComponentsAffectedItems> getComponentsAffected()
public void setComponentsAffected(List<DegradationTemplateDataAttributesComponentsAffectedItems> componentsAffected)
public DegradationTemplateDataAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public DegradationTemplateDataAttributes degradationTitle(String degradationTitle)
@Nullable public String getDegradationTitle()
public void setDegradationTitle(String degradationTitle)
public DegradationTemplateDataAttributes modifiedAt(OffsetDateTime modifiedAt)
@Nullable public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public DegradationTemplateDataAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public DegradationTemplateDataAttributes updates(List<DegradationTemplateDataAttributesUpdatesItems> updates)
public DegradationTemplateDataAttributes addUpdatesItem(DegradationTemplateDataAttributesUpdatesItems updatesItem)
@Nullable public List<DegradationTemplateDataAttributesUpdatesItems> getUpdates()
public void setUpdates(List<DegradationTemplateDataAttributesUpdatesItems> updates)
public DegradationTemplateDataAttributes 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.