@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NDKSourcemapAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ARCH |
static String |
JSON_PROPERTY_BUILD_ID |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_FILE_NAME |
static String |
JSON_PROPERTY_MAPKIND |
static String |
JSON_PROPERTY_SIZE |
boolean |
unparsed |
| Constructor and Description |
|---|
NDKSourcemapAttributes() |
NDKSourcemapAttributes(OffsetDateTime createdAt,
String mapkind,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
NDKSourcemapAttributes |
arch(String arch) |
NDKSourcemapAttributes |
buildId(String buildId) |
NDKSourcemapAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this NDKSourcemapAttributes object is equal to o.
|
NDKSourcemapAttributes |
fileName(String fileName) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getArch()
The target CPU architecture.
|
String |
getBuildId()
The build identifier (UUID format).
|
OffsetDateTime |
getCreatedAt()
The timestamp when the symbol file was created.
|
String |
getFileName()
The NDK library file name.
|
String |
getMapkind()
The type of source map.
|
Long |
getSize()
The size of the symbol file in bytes.
|
int |
hashCode() |
NDKSourcemapAttributes |
mapkind(String mapkind) |
NDKSourcemapAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setArch(String arch) |
void |
setBuildId(String buildId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setFileName(String fileName) |
void |
setMapkind(String mapkind) |
void |
setSize(Long size) |
NDKSourcemapAttributes |
size(Long size) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ARCH
public static final String JSON_PROPERTY_BUILD_ID
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_FILE_NAME
public static final String JSON_PROPERTY_MAPKIND
public static final String JSON_PROPERTY_SIZE
public NDKSourcemapAttributes()
public NDKSourcemapAttributes(OffsetDateTime createdAt, String mapkind, Long size)
public NDKSourcemapAttributes arch(String arch)
@Nullable public String getArch()
public void setArch(String arch)
public NDKSourcemapAttributes buildId(String buildId)
@Nullable public String getBuildId()
public void setBuildId(String buildId)
public NDKSourcemapAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public NDKSourcemapAttributes fileName(String fileName)
@Nullable public String getFileName()
public void setFileName(String fileName)
public NDKSourcemapAttributes mapkind(String mapkind)
public String getMapkind()
public void setMapkind(String mapkind)
public NDKSourcemapAttributes size(Long size)
public Long getSize()
public void setSize(Long size)
public NDKSourcemapAttributes 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.