@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeploymentMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_USER_ID |
static String |
JSON_PROPERTY_USER_NAME |
static String |
JSON_PROPERTY_USER_UUID |
boolean |
unparsed |
| Constructor and Description |
|---|
DeploymentMetadata() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentMetadata |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this DeploymentMetadata 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()
Timestamp of when the app was published.
|
Long |
getUserId()
The ID of the user who published the app.
|
String |
getUserName()
The name (or email address) of the user who published the app.
|
UUID |
getUserUuid()
The UUID of the user who published the app.
|
int |
hashCode() |
DeploymentMetadata |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(UUID userUuid) |
String |
toString() |
DeploymentMetadata |
userId(Long userId) |
DeploymentMetadata |
userName(String userName) |
DeploymentMetadata |
userUuid(UUID userUuid) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_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 DeploymentMetadata createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public DeploymentMetadata userId(Long userId)
@Nullable public Long getUserId()
public void setUserId(Long userId)
public DeploymentMetadata userName(String userName)
@Nullable public String getUserName()
public void setUserName(String userName)
public DeploymentMetadata userUuid(UUID userUuid)
@Nullable public UUID getUserUuid()
public void setUserUuid(UUID userUuid)
public DeploymentMetadata 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.