@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListSourcemapsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
ListSourcemapsResponse() |
ListSourcemapsResponse(List<SourcemapItem> data) |
| Modifier and Type | Method and Description |
|---|---|
ListSourcemapsResponse |
addDataItem(SourcemapItem dataItem) |
ListSourcemapsResponse |
data(List<SourcemapItem> data) |
boolean |
equals(Object o)
Return true if this ListSourcemapsResponse 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.
|
List<SourcemapItem> |
getData()
List of source map data objects.
|
SourcemapsListMeta |
getMeta()
Pagination metadata for the source maps list response.
|
int |
hashCode() |
ListSourcemapsResponse |
meta(SourcemapsListMeta meta) |
ListSourcemapsResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<SourcemapItem> data) |
void |
setMeta(SourcemapsListMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_META
public ListSourcemapsResponse()
public ListSourcemapsResponse(List<SourcemapItem> data)
public ListSourcemapsResponse data(List<SourcemapItem> data)
public ListSourcemapsResponse addDataItem(SourcemapItem dataItem)
public List<SourcemapItem> getData()
public void setData(List<SourcemapItem> data)
public ListSourcemapsResponse meta(SourcemapsListMeta meta)
@Nullable public SourcemapsListMeta getMeta()
public void setMeta(SourcemapsListMeta meta)
public ListSourcemapsResponse 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.