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