@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IOSSourcemapAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_MAPKIND |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_UUIDS |
boolean |
unparsed |
| Constructor and Description |
|---|
IOSSourcemapAttributes() |
IOSSourcemapAttributes(OffsetDateTime createdAt,
String mapkind,
Long size) |
| Modifier and Type | Method and Description |
|---|---|
IOSSourcemapAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this IOSSourcemapAttributes 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.
|
OffsetDateTime |
getCreatedAt()
The timestamp when the source map was created.
|
String |
getMapkind()
The type of source map.
|
Long |
getSize()
The size of the dSYM file in bytes.
|
String |
getUuids()
The UUID(s) associated with the dSYM file.
|
int |
hashCode() |
IOSSourcemapAttributes |
mapkind(String mapkind) |
IOSSourcemapAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setMapkind(String mapkind) |
void |
setSize(Long size) |
void |
setUuids(String uuids) |
IOSSourcemapAttributes |
size(Long size) |
String |
toString() |
IOSSourcemapAttributes |
uuids(String uuids) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_MAPKIND
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_UUIDS
public IOSSourcemapAttributes()
public IOSSourcemapAttributes(OffsetDateTime createdAt, String mapkind, Long size)
public IOSSourcemapAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public IOSSourcemapAttributes mapkind(String mapkind)
public String getMapkind()
public void setMapkind(String mapkind)
public IOSSourcemapAttributes size(Long size)
public Long getSize()
public void setSize(Long size)
public IOSSourcemapAttributes uuids(String uuids)
@Nullable public String getUuids()
public void setUuids(String uuids)
public IOSSourcemapAttributes 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.