@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AppVersionAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APP_ID |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_HAS_EVER_BEEN_PUBLISHED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_UPDATED_AT |
static String |
JSON_PROPERTY_USER_ID |
static String |
JSON_PROPERTY_USER_NAME |
static String |
JSON_PROPERTY_USER_UUID |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
AppVersionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
AppVersionAttributes |
appId(UUID appId) |
AppVersionAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this AppVersionAttributes 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.
|
UUID |
getAppId()
The ID of the app this version belongs to.
|
OffsetDateTime |
getCreatedAt()
Timestamp of when the version was created.
|
Boolean |
getHasEverBeenPublished()
Whether this version has ever been published.
|
String |
getName()
The optional human-readable name of the version.
|
OffsetDateTime |
getUpdatedAt()
Timestamp of when the version was last updated.
|
Long |
getUserId()
The ID of the user who created the version.
|
String |
getUserName()
The name (or email) of the user who created the version.
|
UUID |
getUserUuid()
The UUID of the user who created the version.
|
Long |
getVersion()
The version number of the app, starting at 1.
|
AppVersionAttributes |
hasEverBeenPublished(Boolean hasEverBeenPublished) |
int |
hashCode() |
AppVersionAttributes |
name(String name) |
AppVersionAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAppId(UUID appId) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setHasEverBeenPublished(Boolean hasEverBeenPublished) |
void |
setName(String name) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(UUID userUuid) |
void |
setVersion(Long version) |
String |
toString() |
AppVersionAttributes |
updatedAt(OffsetDateTime updatedAt) |
AppVersionAttributes |
userId(Long userId) |
AppVersionAttributes |
userName(String userName) |
AppVersionAttributes |
userUuid(UUID userUuid) |
AppVersionAttributes |
version(Long version) |
public boolean unparsed
public static final String JSON_PROPERTY_APP_ID
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_HAS_EVER_BEEN_PUBLISHED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_USER_ID
public static final String JSON_PROPERTY_USER_NAME
public static final String JSON_PROPERTY_USER_UUID
public static final String JSON_PROPERTY_VERSION
public AppVersionAttributes appId(UUID appId)
@Nullable public UUID getAppId()
public void setAppId(UUID appId)
public AppVersionAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public AppVersionAttributes hasEverBeenPublished(Boolean hasEverBeenPublished)
@Nullable public Boolean getHasEverBeenPublished()
public void setHasEverBeenPublished(Boolean hasEverBeenPublished)
public AppVersionAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public AppVersionAttributes updatedAt(OffsetDateTime updatedAt)
@Nullable public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public AppVersionAttributes userId(Long userId)
@Nullable public Long getUserId()
public void setUserId(Long userId)
public AppVersionAttributes userName(String userName)
@Nullable public String getUserName()
public void setUserName(String userName)
public AppVersionAttributes userUuid(UUID userUuid)
@Nullable public UUID getUserUuid()
public void setUserUuid(UUID userUuid)
public AppVersionAttributes version(Long version)
@Nullable public Long getVersion()
public void setVersion(Long version)
public AppVersionAttributes 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.