@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ReactNativeSourcemapAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BUILD_NUMBER |
static String |
JSON_PROPERTY_BUNDLE_NAME |
static String |
JSON_PROPERTY_BUNDLE_VERSION |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DEBUG_ID |
static String |
JSON_PROPERTY_MAPKIND |
static String |
JSON_PROPERTY_PLATFORM |
static String |
JSON_PROPERTY_SERVICE |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
ReactNativeSourcemapAttributes() |
ReactNativeSourcemapAttributes(OffsetDateTime createdAt,
String mapkind,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
ReactNativeSourcemapAttributes |
buildNumber(String buildNumber) |
ReactNativeSourcemapAttributes |
bundleName(String bundleName) |
ReactNativeSourcemapAttributes |
bundleVersion(String bundleVersion) |
ReactNativeSourcemapAttributes |
createdAt(OffsetDateTime createdAt) |
ReactNativeSourcemapAttributes |
debugId(String debugId) |
boolean |
equals(Object o)
Return true if this ReactNativeSourcemapAttributes 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 |
getBuildNumber()
The build number.
|
String |
getBundleName()
The bundle name.
|
String |
getBundleVersion()
The bundle version.
|
OffsetDateTime |
getCreatedAt()
The timestamp when the source map was created.
|
String |
getDebugId()
The debug identifier (UUID format).
|
String |
getMapkind()
The type of source map.
|
String |
getPlatform()
The platform the source map was built for (e.g.,
ios, android). |
String |
getService()
The service name associated with the source map.
|
Long |
getSize()
The size of the source map file in bytes.
|
String |
getVersion()
The version of the service associated with the source map.
|
int |
hashCode() |
ReactNativeSourcemapAttributes |
mapkind(String mapkind) |
ReactNativeSourcemapAttributes |
platform(String platform) |
ReactNativeSourcemapAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ReactNativeSourcemapAttributes |
service(String service) |
void |
setBuildNumber(String buildNumber) |
void |
setBundleName(String bundleName) |
void |
setBundleVersion(String bundleVersion) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDebugId(String debugId) |
void |
setMapkind(String mapkind) |
void |
setPlatform(String platform) |
void |
setService(String service) |
void |
setSize(Long size) |
void |
setVersion(String version) |
ReactNativeSourcemapAttributes |
size(Long size) |
String |
toString() |
ReactNativeSourcemapAttributes |
version(String version) |
public boolean unparsed
public static final String JSON_PROPERTY_BUILD_NUMBER
public static final String JSON_PROPERTY_BUNDLE_NAME
public static final String JSON_PROPERTY_BUNDLE_VERSION
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DEBUG_ID
public static final String JSON_PROPERTY_MAPKIND
public static final String JSON_PROPERTY_PLATFORM
public static final String JSON_PROPERTY_SERVICE
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_VERSION
public ReactNativeSourcemapAttributes()
public ReactNativeSourcemapAttributes(OffsetDateTime createdAt, String mapkind, Long size)
public ReactNativeSourcemapAttributes buildNumber(String buildNumber)
@Nullable public String getBuildNumber()
public void setBuildNumber(String buildNumber)
public ReactNativeSourcemapAttributes bundleName(String bundleName)
@Nullable public String getBundleName()
public void setBundleName(String bundleName)
public ReactNativeSourcemapAttributes bundleVersion(String bundleVersion)
@Nullable public String getBundleVersion()
public void setBundleVersion(String bundleVersion)
public ReactNativeSourcemapAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public ReactNativeSourcemapAttributes debugId(String debugId)
@Nullable public String getDebugId()
public void setDebugId(String debugId)
public ReactNativeSourcemapAttributes mapkind(String mapkind)
public String getMapkind()
public void setMapkind(String mapkind)
public ReactNativeSourcemapAttributes platform(String platform)
@Nullable public String getPlatform()
ios, android).public void setPlatform(String platform)
public ReactNativeSourcemapAttributes service(String service)
@Nullable public String getService()
public void setService(String service)
public ReactNativeSourcemapAttributes size(Long size)
public Long getSize()
public void setSize(Long size)
public ReactNativeSourcemapAttributes version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
public ReactNativeSourcemapAttributes 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.