@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentNotificationRuleCreateDataRelationships extends Object
NotificationRuleCreateDataRelationships object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INCIDENT_TYPE |
static String |
JSON_PROPERTY_NOTIFICATION_TEMPLATE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentNotificationRuleCreateDataRelationships() |
public boolean unparsed
public static final String JSON_PROPERTY_INCIDENT_TYPE
public static final String JSON_PROPERTY_NOTIFICATION_TEMPLATE
public IncidentNotificationRuleCreateDataRelationships()
public IncidentNotificationRuleCreateDataRelationships incidentType(RelationshipToIncidentType incidentType)
@Nullable public RelationshipToIncidentType getIncidentType()
public void setIncidentType(RelationshipToIncidentType incidentType)
public IncidentNotificationRuleCreateDataRelationships notificationTemplate(RelationshipToIncidentNotificationTemplate notificationTemplate)
@Nullable public RelationshipToIncidentNotificationTemplate getNotificationTemplate()
public void setNotificationTemplate(RelationshipToIncidentNotificationTemplate notificationTemplate)
public IncidentNotificationRuleCreateDataRelationships 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.