@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IssueCaseInsight extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_REF |
static String |
JSON_PROPERTY_RESOURCE_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
IssueCaseInsight() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IssueCaseInsight object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getRef()
Reference of the insight.
|
String |
getResourceId()
Insight identifier.
|
String |
getType()
Type of the insight.
|
int |
hashCode() |
IssueCaseInsight |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IssueCaseInsight |
ref(String ref) |
IssueCaseInsight |
resourceId(String resourceId) |
void |
setRef(String ref) |
void |
setResourceId(String resourceId) |
void |
setType(String type) |
String |
toString() |
IssueCaseInsight |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_REF
public static final String JSON_PROPERTY_RESOURCE_ID
public static final String JSON_PROPERTY_TYPE
public IssueCaseInsight ref(String ref)
@Nullable public String getRef()
public void setRef(String ref)
public IssueCaseInsight resourceId(String resourceId)
@Nullable public String getResourceId()
public void setResourceId(String resourceId)
public IssueCaseInsight type(String type)
@Nullable public String getType()
public void setType(String type)
public IssueCaseInsight 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.