@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SourcemapFileData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SourcemapFileData() |
SourcemapFileData(SourcemapFileAttributes attributes,
String id,
SourcemapFileDataType type) |
| Modifier and Type | Method and Description |
|---|---|
SourcemapFileData |
attributes(SourcemapFileAttributes attributes) |
boolean |
equals(Object o)
Return true if this SourcemapFileData 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.
|
SourcemapFileAttributes |
getAttributes()
Attributes of a JavaScript source map file.
|
String |
getId()
The unique identifier of the source map file, typically the path to the file.
|
SourcemapFileDataType |
getType()
The resource type for source map file objects.
|
int |
hashCode() |
SourcemapFileData |
id(String id) |
SourcemapFileData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(SourcemapFileAttributes attributes) |
void |
setId(String id) |
void |
setType(SourcemapFileDataType type) |
String |
toString() |
SourcemapFileData |
type(SourcemapFileDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public SourcemapFileData()
public SourcemapFileData(SourcemapFileAttributes attributes, String id, SourcemapFileDataType type)
public SourcemapFileData attributes(SourcemapFileAttributes attributes)
public SourcemapFileAttributes getAttributes()
public void setAttributes(SourcemapFileAttributes attributes)
public SourcemapFileData id(String id)
public String getId()
public void setId(String id)
public SourcemapFileData type(SourcemapFileDataType type)
public SourcemapFileDataType getType()
public void setType(SourcemapFileDataType type)
public SourcemapFileData 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.