@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PatchDegradationRequestDataAttributesComponentsAffectedItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
PatchDegradationRequestDataAttributesComponentsAffectedItems() |
PatchDegradationRequestDataAttributesComponentsAffectedItems(UUID id,
StatusPagesComponentDataAttributesStatus status) |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_STATUS
public PatchDegradationRequestDataAttributesComponentsAffectedItems()
public PatchDegradationRequestDataAttributesComponentsAffectedItems(UUID id, StatusPagesComponentDataAttributesStatus status)
public PatchDegradationRequestDataAttributesComponentsAffectedItems id(UUID id)
public UUID getId()
component.public void setId(UUID id)
@Nullable public String getName()
public PatchDegradationRequestDataAttributesComponentsAffectedItems status(StatusPagesComponentDataAttributesStatus status)
public StatusPagesComponentDataAttributesStatus getStatus()
public void setStatus(StatusPagesComponentDataAttributesStatus status)
public PatchDegradationRequestDataAttributesComponentsAffectedItems 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.