@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentRulePatchDataRequest 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 |
|---|
IncidentRulePatchDataRequest() |
IncidentRulePatchDataRequest(UUID id,
IncidentRuleType type) |
| Modifier and Type | Method and Description |
|---|---|
IncidentRulePatchDataRequest |
attributes(IncidentRulePatchDataAttributesRequest attributes) |
boolean |
equals(Object o)
Return true if this IncidentRulePatchDataRequest 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.
|
IncidentRulePatchDataAttributesRequest |
getAttributes()
Attributes for patching an incident rule.
|
UUID |
getId()
The rule identifier.
|
IncidentRuleType |
getType()
Incident rule resource type.
|
int |
hashCode() |
IncidentRulePatchDataRequest |
id(UUID id) |
IncidentRulePatchDataRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(IncidentRulePatchDataAttributesRequest attributes) |
void |
setId(UUID id) |
void |
setType(IncidentRuleType type) |
String |
toString() |
IncidentRulePatchDataRequest |
type(IncidentRuleType 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 IncidentRulePatchDataRequest()
public IncidentRulePatchDataRequest(UUID id, IncidentRuleType type)
public IncidentRulePatchDataRequest attributes(IncidentRulePatchDataAttributesRequest attributes)
@Nullable public IncidentRulePatchDataAttributesRequest getAttributes()
public void setAttributes(IncidentRulePatchDataAttributesRequest attributes)
public IncidentRulePatchDataRequest id(UUID id)
public UUID getId()
public void setId(UUID id)
public IncidentRulePatchDataRequest type(IncidentRuleType type)
public IncidentRuleType getType()
public void setType(IncidentRuleType type)
public IncidentRulePatchDataRequest 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.