@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class JSSourcemapAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ABSOLUTE_PATH |
static String |
JSON_PROPERTY_BLOB_STORAGE_SOURCEMAP_PATH |
static String |
JSON_PROPERTY_BUILD_ID |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DOMAIN |
static String |
JSON_PROPERTY_FILE_NAME |
static String |
JSON_PROPERTY_MAPKIND |
static String |
JSON_PROPERTY_SERVICE |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_VARIANT |
static String |
JSON_PROPERTY_VERSION |
static String |
JSON_PROPERTY_VERSION_CODE |
boolean |
unparsed |
| Constructor and Description |
|---|
JSSourcemapAttributes() |
JSSourcemapAttributes(OffsetDateTime createdAt,
String mapkind,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
JSSourcemapAttributes |
absolutePath(String absolutePath) |
JSSourcemapAttributes |
blobStorageSourcemapPath(String blobStorageSourcemapPath) |
JSSourcemapAttributes |
buildId(String buildId) |
JSSourcemapAttributes |
createdAt(OffsetDateTime createdAt) |
JSSourcemapAttributes |
domain(String domain) |
boolean |
equals(Object o)
Return true if this JSSourcemapAttributes object is equal to o.
|
JSSourcemapAttributes |
fileName(String fileName) |
String |
getAbsolutePath()
The absolute path to the minified JavaScript file.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getBlobStorageSourcemapPath()
The path to the source map in blob storage.
|
String |
getBuildId()
The build identifier.
|
OffsetDateTime |
getCreatedAt()
The timestamp when the source map was created.
|
String |
getDomain()
The domain associated with the source map.
|
String |
getFileName()
The file name of the minified JavaScript file.
|
String |
getMapkind()
The type of source map.
|
String |
getService()
The service name associated with the source map.
|
Long |
getSize()
The size of the source map file in bytes.
|
String |
getVariant()
The source map variant.
|
String |
getVersion()
The version of the service associated with the source map.
|
String |
getVersionCode()
The version code.
|
int |
hashCode() |
JSSourcemapAttributes |
mapkind(String mapkind) |
JSSourcemapAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
JSSourcemapAttributes |
service(String service) |
void |
setAbsolutePath(String absolutePath) |
void |
setBlobStorageSourcemapPath(String blobStorageSourcemapPath) |
void |
setBuildId(String buildId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDomain(String domain) |
void |
setFileName(String fileName) |
void |
setMapkind(String mapkind) |
void |
setService(String service) |
void |
setSize(Long size) |
void |
setVariant(String variant) |
void |
setVersion(String version) |
void |
setVersionCode(String versionCode) |
JSSourcemapAttributes |
size(Long size) |
String |
toString() |
JSSourcemapAttributes |
variant(String variant) |
JSSourcemapAttributes |
version(String version) |
JSSourcemapAttributes |
versionCode(String versionCode) |
public boolean unparsed
public static final String JSON_PROPERTY_ABSOLUTE_PATH
public static final String JSON_PROPERTY_BLOB_STORAGE_SOURCEMAP_PATH
public static final String JSON_PROPERTY_BUILD_ID
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DOMAIN
public static final String JSON_PROPERTY_FILE_NAME
public static final String JSON_PROPERTY_MAPKIND
public static final String JSON_PROPERTY_SERVICE
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_VARIANT
public static final String JSON_PROPERTY_VERSION
public static final String JSON_PROPERTY_VERSION_CODE
public JSSourcemapAttributes()
public JSSourcemapAttributes(OffsetDateTime createdAt, String mapkind, Long size)
public JSSourcemapAttributes absolutePath(String absolutePath)
@Nullable public String getAbsolutePath()
public void setAbsolutePath(String absolutePath)
public JSSourcemapAttributes blobStorageSourcemapPath(String blobStorageSourcemapPath)
@Nullable public String getBlobStorageSourcemapPath()
public void setBlobStorageSourcemapPath(String blobStorageSourcemapPath)
public JSSourcemapAttributes buildId(String buildId)
@Nullable public String getBuildId()
public void setBuildId(String buildId)
public JSSourcemapAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public JSSourcemapAttributes domain(String domain)
@Nullable public String getDomain()
public void setDomain(String domain)
public JSSourcemapAttributes fileName(String fileName)
@Nullable public String getFileName()
public void setFileName(String fileName)
public JSSourcemapAttributes mapkind(String mapkind)
public String getMapkind()
public void setMapkind(String mapkind)
public JSSourcemapAttributes service(String service)
@Nullable public String getService()
public void setService(String service)
public JSSourcemapAttributes size(Long size)
public Long getSize()
public void setSize(Long size)
public JSSourcemapAttributes variant(String variant)
@Nullable public String getVariant()
public void setVariant(String variant)
public JSSourcemapAttributes version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
public JSSourcemapAttributes versionCode(String versionCode)
@Nullable public String getVersionCode()
public void setVersionCode(String versionCode)
public JSSourcemapAttributes 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.