@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityResponseIncludedRelatedIncidentAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_HTML_URL |
static String |
JSON_PROPERTY_PROVIDER |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityResponseIncludedRelatedIncidentAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_HTML_URL
public static final String JSON_PROPERTY_PROVIDER
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TITLE
public EntityResponseIncludedRelatedIncidentAttributes()
public EntityResponseIncludedRelatedIncidentAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public EntityResponseIncludedRelatedIncidentAttributes htmlUrl(String htmlUrl)
@Nullable public String getHtmlUrl()
public void setHtmlUrl(String htmlUrl)
public EntityResponseIncludedRelatedIncidentAttributes provider(String provider)
@Nullable public String getProvider()
public void setProvider(String provider)
public EntityResponseIncludedRelatedIncidentAttributes status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public EntityResponseIncludedRelatedIncidentAttributes title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public EntityResponseIncludedRelatedIncidentAttributes 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.