@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListInvestigationsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
ListInvestigationsResponse() |
ListInvestigationsResponse(List<ListInvestigationsResponseData> data,
ListInvestigationsResponseLinks links,
ListInvestigationsResponseMeta meta) |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_META
public ListInvestigationsResponse()
public ListInvestigationsResponse(List<ListInvestigationsResponseData> data, ListInvestigationsResponseLinks links, ListInvestigationsResponseMeta meta)
public ListInvestigationsResponse data(List<ListInvestigationsResponseData> data)
public ListInvestigationsResponse addDataItem(ListInvestigationsResponseData dataItem)
public List<ListInvestigationsResponseData> getData()
public void setData(List<ListInvestigationsResponseData> data)
public ListInvestigationsResponse links(ListInvestigationsResponseLinks links)
public ListInvestigationsResponseLinks getLinks()
public void setLinks(ListInvestigationsResponseLinks links)
public ListInvestigationsResponse meta(ListInvestigationsResponseMeta meta)
public ListInvestigationsResponseMeta getMeta()
public void setMeta(ListInvestigationsResponseMeta meta)
public ListInvestigationsResponse 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.