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