@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class JVMSourcemapAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BUILD_ID |
static String |
JSON_PROPERTY_CREATED_AT |
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 |
|---|
JVMSourcemapAttributes() |
JVMSourcemapAttributes(OffsetDateTime createdAt,
String mapkind,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
JVMSourcemapAttributes |
buildId(String buildId) |
JVMSourcemapAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this JVMSourcemapAttributes 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.
|
String |
getBuildId()
The build identifier (UUID format).
|
OffsetDateTime |
getCreatedAt()
The timestamp when the mapping file was created.
|
String |
getMapkind()
The type of source map.
|
String |
getService()
The service name associated with the mapping file.
|
Long |
getSize()
The size of the mapping file in bytes.
|
String |
getVariant()
The build variant (e.g.,
release, debug). |
String |
getVersion()
The version of the service associated with the mapping file.
|
String |
getVersionCode()
The version code.
|
int |
hashCode() |
JVMSourcemapAttributes |
mapkind(String mapkind) |
JVMSourcemapAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
JVMSourcemapAttributes |
service(String service) |
void |
setBuildId(String buildId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setMapkind(String mapkind) |
void |
setService(String service) |
void |
setSize(Long size) |
void |
setVariant(String variant) |
void |
setVersion(String version) |
void |
setVersionCode(String versionCode) |
JVMSourcemapAttributes |
size(Long size) |
String |
toString() |
JVMSourcemapAttributes |
variant(String variant) |
JVMSourcemapAttributes |
version(String version) |
JVMSourcemapAttributes |
versionCode(String versionCode) |
public boolean unparsed
public static final String JSON_PROPERTY_BUILD_ID
public static final String JSON_PROPERTY_CREATED_AT
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 JVMSourcemapAttributes()
public JVMSourcemapAttributes(OffsetDateTime createdAt, String mapkind, Long size)
public JVMSourcemapAttributes buildId(String buildId)
@Nullable public String getBuildId()
public void setBuildId(String buildId)
public JVMSourcemapAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public JVMSourcemapAttributes mapkind(String mapkind)
public String getMapkind()
public void setMapkind(String mapkind)
public JVMSourcemapAttributes service(String service)
@Nullable public String getService()
public void setService(String service)
public JVMSourcemapAttributes size(Long size)
public Long getSize()
public void setSize(Long size)
public JVMSourcemapAttributes variant(String variant)
@Nullable public String getVariant()
release, debug).public void setVariant(String variant)
public JVMSourcemapAttributes version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
public JVMSourcemapAttributes versionCode(String versionCode)
@Nullable public String getVersionCode()
public void setVersionCode(String versionCode)
public JVMSourcemapAttributes 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.