@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PatchDegradationTemplateRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
PatchDegradationTemplateRequestData() |
PatchDegradationTemplateRequestData(String id,
PatchDegradationTemplateRequestDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public PatchDegradationTemplateRequestData()
public PatchDegradationTemplateRequestData(String id, PatchDegradationTemplateRequestDataType type)
public PatchDegradationTemplateRequestData attributes(PatchDegradationTemplateRequestDataAttributes attributes)
@Nullable public PatchDegradationTemplateRequestDataAttributes getAttributes()
public void setAttributes(PatchDegradationTemplateRequestDataAttributes attributes)
public PatchDegradationTemplateRequestData id(String id)
public String getId()
public void setId(String id)
public PatchDegradationTemplateRequestData type(PatchDegradationTemplateRequestDataType type)
public PatchDegradationTemplateRequestDataType getType()
public void setType(PatchDegradationTemplateRequestDataType type)
public PatchDegradationTemplateRequestData 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.