@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ELFSourcemapAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ARCH |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_FILE_HASH |
static String |
JSON_PROPERTY_FILE_NAME |
static String |
JSON_PROPERTY_GNU_BUILD_ID |
static String |
JSON_PROPERTY_GO_BUILD_ID |
static String |
JSON_PROPERTY_MAPKIND |
static String |
JSON_PROPERTY_ORIGIN |
static String |
JSON_PROPERTY_ORIGIN_VERSION |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_SYMBOL_SOURCE |
boolean |
unparsed |
| Constructor and Description |
|---|
ELFSourcemapAttributes() |
ELFSourcemapAttributes(OffsetDateTime createdAt,
String mapkind,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
ELFSourcemapAttributes |
arch(String arch) |
ELFSourcemapAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this ELFSourcemapAttributes object is equal to o.
|
ELFSourcemapAttributes |
fileHash(String fileHash) |
ELFSourcemapAttributes |
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.
|
OffsetDateTime |
getCreatedAt()
The timestamp when the symbol file was created.
|
String |
getFileHash()
The SHA256 hash of the ELF file.
|
String |
getFileName()
The ELF file name.
|
String |
getGnuBuildId()
The GNU build ID (UUID format).
|
String |
getGoBuildId()
The Go build ID (UUID format).
|
String |
getMapkind()
The type of source map.
|
String |
getOrigin()
The origin of the ELF file.
|
String |
getOriginVersion()
The version of the origin package.
|
Long |
getSize()
The size of the ELF file in bytes.
|
String |
getSymbolSource()
The source of the debug symbols.
|
ELFSourcemapAttributes |
gnuBuildId(String gnuBuildId) |
ELFSourcemapAttributes |
goBuildId(String goBuildId) |
int |
hashCode() |
ELFSourcemapAttributes |
mapkind(String mapkind) |
ELFSourcemapAttributes |
origin(String origin) |
ELFSourcemapAttributes |
originVersion(String originVersion) |
ELFSourcemapAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setArch(String arch) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setFileHash(String fileHash) |
void |
setFileName(String fileName) |
void |
setGnuBuildId(String gnuBuildId) |
void |
setGoBuildId(String goBuildId) |
void |
setMapkind(String mapkind) |
void |
setOrigin(String origin) |
void |
setOriginVersion(String originVersion) |
void |
setSize(Long size) |
void |
setSymbolSource(String symbolSource) |
ELFSourcemapAttributes |
size(Long size) |
ELFSourcemapAttributes |
symbolSource(String symbolSource) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ARCH
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_FILE_HASH
public static final String JSON_PROPERTY_FILE_NAME
public static final String JSON_PROPERTY_GNU_BUILD_ID
public static final String JSON_PROPERTY_GO_BUILD_ID
public static final String JSON_PROPERTY_MAPKIND
public static final String JSON_PROPERTY_ORIGIN
public static final String JSON_PROPERTY_ORIGIN_VERSION
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_SYMBOL_SOURCE
public ELFSourcemapAttributes()
public ELFSourcemapAttributes(OffsetDateTime createdAt, String mapkind, Long size)
public ELFSourcemapAttributes arch(String arch)
@Nullable public String getArch()
public void setArch(String arch)
public ELFSourcemapAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public ELFSourcemapAttributes fileHash(String fileHash)
@Nullable public String getFileHash()
public void setFileHash(String fileHash)
public ELFSourcemapAttributes fileName(String fileName)
@Nullable public String getFileName()
public void setFileName(String fileName)
public ELFSourcemapAttributes gnuBuildId(String gnuBuildId)
@Nullable public String getGnuBuildId()
public void setGnuBuildId(String gnuBuildId)
public ELFSourcemapAttributes goBuildId(String goBuildId)
@Nullable public String getGoBuildId()
public void setGoBuildId(String goBuildId)
public ELFSourcemapAttributes mapkind(String mapkind)
public String getMapkind()
public void setMapkind(String mapkind)
public ELFSourcemapAttributes origin(String origin)
@Nullable public String getOrigin()
public void setOrigin(String origin)
public ELFSourcemapAttributes originVersion(String originVersion)
@Nullable public String getOriginVersion()
public void setOriginVersion(String originVersion)
public ELFSourcemapAttributes size(Long size)
public Long getSize()
public void setSize(Long size)
public ELFSourcemapAttributes symbolSource(String symbolSource)
@Nullable public String getSymbolSource()
public void setSymbolSource(String symbolSource)
public ELFSourcemapAttributes 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.