@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GetInvestigationResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_LINKS |
boolean |
unparsed |
| Constructor and Description |
|---|
GetInvestigationResponse() |
GetInvestigationResponse(GetInvestigationResponseData data,
GetInvestigationResponseLinks links) |
| Modifier and Type | Method and Description |
|---|---|
GetInvestigationResponse |
data(GetInvestigationResponseData data) |
boolean |
equals(Object o)
Return true if this GetInvestigationResponse 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.
|
GetInvestigationResponseData |
getData()
Data for the get investigation response.
|
GetInvestigationResponseLinks |
getLinks()
Links related to the investigation.
|
int |
hashCode() |
GetInvestigationResponse |
links(GetInvestigationResponseLinks links) |
GetInvestigationResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(GetInvestigationResponseData data) |
void |
setLinks(GetInvestigationResponseLinks links) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_LINKS
public GetInvestigationResponse()
public GetInvestigationResponse(GetInvestigationResponseData data, GetInvestigationResponseLinks links)
public GetInvestigationResponse data(GetInvestigationResponseData data)
public GetInvestigationResponseData getData()
public void setData(GetInvestigationResponseData data)
public GetInvestigationResponse links(GetInvestigationResponseLinks links)
public GetInvestigationResponseLinks getLinks()
public void setLinks(GetInvestigationResponseLinks links)
public GetInvestigationResponse 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.