@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOMER_IMPACT_SCOPE |
static String |
JSON_PROPERTY_CUSTOMER_IMPACTED |
static String |
JSON_PROPERTY_FIELDS |
static String |
JSON_PROPERTY_INITIAL_CELLS |
static String |
JSON_PROPERTY_NOTIFICATION_HANDLES |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentCreateAttributes() |
IncidentCreateAttributes(Boolean customerImpacted,
String title) |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOMER_IMPACT_SCOPE
public static final String JSON_PROPERTY_CUSTOMER_IMPACTED
public static final String JSON_PROPERTY_FIELDS
public static final String JSON_PROPERTY_INITIAL_CELLS
public static final String JSON_PROPERTY_NOTIFICATION_HANDLES
public static final String JSON_PROPERTY_TITLE
public IncidentCreateAttributes customerImpactScope(String customerImpactScope)
@Nullable public String getCustomerImpactScope()
customer_impacted:"true". A summary of the impact customers
experienced during the incident.public void setCustomerImpactScope(String customerImpactScope)
public IncidentCreateAttributes customerImpacted(Boolean customerImpacted)
public Boolean getCustomerImpacted()
public void setCustomerImpacted(Boolean customerImpacted)
public IncidentCreateAttributes fields(Map<String,IncidentFieldAttributes> fields)
public IncidentCreateAttributes putFieldsItem(String key, IncidentFieldAttributes fieldsItem)
@Nullable public Map<String,IncidentFieldAttributes> getFields()
public void setFields(Map<String,IncidentFieldAttributes> fields)
public IncidentCreateAttributes initialCells(List<IncidentTimelineCellCreateAttributes> initialCells)
public IncidentCreateAttributes addInitialCellsItem(IncidentTimelineCellCreateAttributes initialCellsItem)
@Nullable public List<IncidentTimelineCellCreateAttributes> getInitialCells()
public void setInitialCells(List<IncidentTimelineCellCreateAttributes> initialCells)
public IncidentCreateAttributes notificationHandles(List<IncidentNotificationHandle> notificationHandles)
public IncidentCreateAttributes addNotificationHandlesItem(IncidentNotificationHandle notificationHandlesItem)
@Nullable public List<IncidentNotificationHandle> getNotificationHandles()
public void setNotificationHandles(List<IncidentNotificationHandle> notificationHandles)
public IncidentCreateAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public IncidentCreateAttributes 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 © 2024. All rights reserved.