@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IL2CPPSourcemapAttributes 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_SIZE |
boolean |
unparsed |
| Constructor and Description |
|---|
IL2CPPSourcemapAttributes() |
IL2CPPSourcemapAttributes(OffsetDateTime createdAt,
String mapkind,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
IL2CPPSourcemapAttributes |
buildId(String buildId) |
IL2CPPSourcemapAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this IL2CPPSourcemapAttributes 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.
|
Long |
getSize()
The size of the mapping file in bytes.
|
int |
hashCode() |
IL2CPPSourcemapAttributes |
mapkind(String mapkind) |
IL2CPPSourcemapAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBuildId(String buildId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setMapkind(String mapkind) |
void |
setSize(Long size) |
IL2CPPSourcemapAttributes |
size(Long size) |
String |
toString() |
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_SIZE
public IL2CPPSourcemapAttributes()
public IL2CPPSourcemapAttributes(OffsetDateTime createdAt, String mapkind, Long size)
public IL2CPPSourcemapAttributes buildId(String buildId)
@Nullable public String getBuildId()
public void setBuildId(String buildId)
public IL2CPPSourcemapAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public IL2CPPSourcemapAttributes mapkind(String mapkind)
public String getMapkind()
public void setMapkind(String mapkind)
public IL2CPPSourcemapAttributes size(Long size)
public Long getSize()
public void setSize(Long size)
public IL2CPPSourcemapAttributes 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.