@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FlutterSourcemapAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ARCH |
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 |
boolean |
unparsed |
| Constructor and Description |
|---|
FlutterSourcemapAttributes() |
FlutterSourcemapAttributes(OffsetDateTime createdAt,
String mapkind,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
FlutterSourcemapAttributes |
arch(String arch) |
FlutterSourcemapAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this FlutterSourcemapAttributes 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 |
getArch()
The target CPU architecture.
|
OffsetDateTime |
getCreatedAt()
The timestamp when the symbol file was created.
|
String |
getMapkind()
The type of source map.
|
String |
getService()
The service name associated with the symbol file.
|
Long |
getSize()
The size of the symbol file in bytes.
|
String |
getVariant()
The build variant.
|
String |
getVersion()
The version of the service associated with the symbol file.
|
int |
hashCode() |
FlutterSourcemapAttributes |
mapkind(String mapkind) |
FlutterSourcemapAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FlutterSourcemapAttributes |
service(String service) |
void |
setArch(String arch) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setMapkind(String mapkind) |
void |
setService(String service) |
void |
setSize(Long size) |
void |
setVariant(String variant) |
void |
setVersion(String version) |
FlutterSourcemapAttributes |
size(Long size) |
String |
toString() |
FlutterSourcemapAttributes |
variant(String variant) |
FlutterSourcemapAttributes |
version(String version) |
public boolean unparsed
public static final String JSON_PROPERTY_ARCH
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 FlutterSourcemapAttributes()
public FlutterSourcemapAttributes(OffsetDateTime createdAt, String mapkind, Long size)
public FlutterSourcemapAttributes arch(String arch)
@Nullable public String getArch()
public void setArch(String arch)
public FlutterSourcemapAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public FlutterSourcemapAttributes mapkind(String mapkind)
public String getMapkind()
public void setMapkind(String mapkind)
public FlutterSourcemapAttributes service(String service)
@Nullable public String getService()
public void setService(String service)
public FlutterSourcemapAttributes size(Long size)
public Long getSize()
public void setSize(Long size)
public FlutterSourcemapAttributes variant(String variant)
@Nullable public String getVariant()
public void setVariant(String variant)
public FlutterSourcemapAttributes version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
public FlutterSourcemapAttributes 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.