@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentImpactPatchData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentImpactPatchData() |
IncidentImpactPatchData(IncidentImpactType type) |
| Modifier and Type | Method and Description |
|---|---|
IncidentImpactPatchData |
attributes(IncidentImpactPatchAttributes attributes) |
boolean |
equals(Object o)
Return true if this IncidentImpactPatchData object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
IncidentImpactPatchAttributes |
getAttributes()
The incident impact's attributes for a patch request.
|
IncidentImpactType |
getType()
Incident impact resource type.
|
int |
hashCode() |
IncidentImpactPatchData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(IncidentImpactPatchAttributes attributes) |
void |
setType(IncidentImpactType type) |
String |
toString() |
IncidentImpactPatchData |
type(IncidentImpactType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public IncidentImpactPatchData()
public IncidentImpactPatchData(IncidentImpactType type)
public IncidentImpactPatchData attributes(IncidentImpactPatchAttributes attributes)
@Nullable public IncidentImpactPatchAttributes getAttributes()
public void setAttributes(IncidentImpactPatchAttributes attributes)
public IncidentImpactPatchData type(IncidentImpactType type)
public IncidentImpactType getType()
public void setType(IncidentImpactType type)
public IncidentImpactPatchData 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.