@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SourcemapFileAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILE |
static String |
JSON_PROPERTY_MAPPINGS |
static String |
JSON_PROPERTY_MINIFIED_LINE_LENGTHS |
static String |
JSON_PROPERTY_NAMES |
static String |
JSON_PROPERTY_SOURCE_ROOT |
static String |
JSON_PROPERTY_SOURCES |
static String |
JSON_PROPERTY_SOURCES_CONTENT |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
SourcemapFileAttributes() |
SourcemapFileAttributes(String file,
String mappings,
List<Long> minifiedLineLengths,
List<Object> names,
String sourceRoot,
List<String> sources,
List<String> sourcesContent,
Long version) |
| Modifier and Type | Method and Description |
|---|---|
SourcemapFileAttributes |
addMinifiedLineLengthsItem(Long minifiedLineLengthsItem) |
SourcemapFileAttributes |
addNamesItem(Object namesItem) |
SourcemapFileAttributes |
addSourcesContentItem(String sourcesContentItem) |
SourcemapFileAttributes |
addSourcesItem(String sourcesItem) |
boolean |
equals(Object o)
Return true if this SourcemapFileAttributes object is equal to o.
|
SourcemapFileAttributes |
file(String file) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getFile()
The name of the minified JavaScript file.
|
String |
getMappings()
The Base64 VLQ encoded string that maps positions in the minified file to positions in the
original source files.
|
List<Long> |
getMinifiedLineLengths()
List of character counts for each line in the minified file.
|
List<Object> |
getNames()
List of symbol names referenced in the mappings.
|
String |
getSourceRoot()
The root path prepended to source file paths.
|
List<String> |
getSources()
List of original source file paths.
|
List<String> |
getSourcesContent()
List of original source file contents corresponding to the paths in
sources. |
Long |
getVersion()
The version of the source map format (typically 3).
|
int |
hashCode() |
SourcemapFileAttributes |
mappings(String mappings) |
SourcemapFileAttributes |
minifiedLineLengths(List<Long> minifiedLineLengths) |
SourcemapFileAttributes |
names(List<Object> names) |
SourcemapFileAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFile(String file) |
void |
setMappings(String mappings) |
void |
setMinifiedLineLengths(List<Long> minifiedLineLengths) |
void |
setNames(List<Object> names) |
void |
setSourceRoot(String sourceRoot) |
void |
setSources(List<String> sources) |
void |
setSourcesContent(List<String> sourcesContent) |
void |
setVersion(Long version) |
SourcemapFileAttributes |
sourceRoot(String sourceRoot) |
SourcemapFileAttributes |
sources(List<String> sources) |
SourcemapFileAttributes |
sourcesContent(List<String> sourcesContent) |
String |
toString() |
SourcemapFileAttributes |
version(Long version) |
public boolean unparsed
public static final String JSON_PROPERTY_FILE
public static final String JSON_PROPERTY_MAPPINGS
public static final String JSON_PROPERTY_MINIFIED_LINE_LENGTHS
public static final String JSON_PROPERTY_NAMES
public static final String JSON_PROPERTY_SOURCE_ROOT
public static final String JSON_PROPERTY_SOURCES
public static final String JSON_PROPERTY_SOURCES_CONTENT
public static final String JSON_PROPERTY_VERSION
public SourcemapFileAttributes file(String file)
public String getFile()
public void setFile(String file)
public SourcemapFileAttributes mappings(String mappings)
public String getMappings()
public void setMappings(String mappings)
public SourcemapFileAttributes minifiedLineLengths(List<Long> minifiedLineLengths)
public SourcemapFileAttributes addMinifiedLineLengthsItem(Long minifiedLineLengthsItem)
public List<Long> getMinifiedLineLengths()
public SourcemapFileAttributes names(List<Object> names)
public SourcemapFileAttributes addNamesItem(Object namesItem)
public List<Object> getNames()
public SourcemapFileAttributes sourceRoot(String sourceRoot)
public String getSourceRoot()
public void setSourceRoot(String sourceRoot)
public SourcemapFileAttributes sources(List<String> sources)
public SourcemapFileAttributes addSourcesItem(String sourcesItem)
public SourcemapFileAttributes sourcesContent(List<String> sourcesContent)
public SourcemapFileAttributes addSourcesContentItem(String sourcesContentItem)
public List<String> getSourcesContent()
sources.public SourcemapFileAttributes version(Long version)
public Long getVersion()
public void setVersion(Long version)
public SourcemapFileAttributes 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.