@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentCreatePageFromIncidentDataAttributesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_INCIDENT_PUBLIC_ID |
static String |
JSON_PROPERTY_ROLE |
static String |
JSON_PROPERTY_SERVICES |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentCreatePageFromIncidentDataAttributesRequest() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_INCIDENT_PUBLIC_ID
public static final String JSON_PROPERTY_ROLE
public static final String JSON_PROPERTY_SERVICES
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TITLE
public IncidentCreatePageFromIncidentDataAttributesRequest()
public IncidentCreatePageFromIncidentDataAttributesRequest description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public IncidentCreatePageFromIncidentDataAttributesRequest incidentPublicId(String incidentPublicId)
@Nullable public String getIncidentPublicId()
public void setIncidentPublicId(String incidentPublicId)
public IncidentCreatePageFromIncidentDataAttributesRequest role(IncidentPageRoleReference role)
@Nullable public IncidentPageRoleReference getRole()
public void setRole(IncidentPageRoleReference role)
public IncidentCreatePageFromIncidentDataAttributesRequest services(List<String> services)
public IncidentCreatePageFromIncidentDataAttributesRequest addServicesItem(String servicesItem)
@Nullable public List<String> getServices()
public IncidentCreatePageFromIncidentDataAttributesRequest tags(List<String> tags)
public IncidentCreatePageFromIncidentDataAttributesRequest addTagsItem(String tagsItem)
public IncidentCreatePageFromIncidentDataAttributesRequest target(IncidentPageTarget target)
@Nullable public IncidentPageTarget getTarget()
public void setTarget(IncidentPageTarget target)
public IncidentCreatePageFromIncidentDataAttributesRequest title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public IncidentCreatePageFromIncidentDataAttributesRequest 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.