@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DORADeploymentObjectAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM_TAGS |
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_FINISHED_AT |
static String |
JSON_PROPERTY_GIT |
static String |
JSON_PROPERTY_SERVICE |
static String |
JSON_PROPERTY_STARTED_AT |
static String |
JSON_PROPERTY_TEAM |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
DORADeploymentObjectAttributes() |
DORADeploymentObjectAttributes(Long finishedAt,
String service,
Long startedAt) |
| Modifier and Type | Method and Description |
|---|---|
DORADeploymentObjectAttributes |
addCustomTagsItem(String customTagsItem) |
DORADeploymentObjectAttributes |
customTags(List<String> customTags) |
DORADeploymentObjectAttributes |
env(String env) |
boolean |
equals(Object o)
Return true if this DORADeploymentObjectAttributes object is equal to o.
|
DORADeploymentObjectAttributes |
finishedAt(Long finishedAt) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getCustomTags_JsonNullable() |
List<String> |
getCustomTags()
A list of user-defined tags.
|
String |
getEnv()
Environment name to where the service was deployed.
|
Long |
getFinishedAt()
Unix timestamp when the deployment finished.
|
DORAGitInfoResponse |
getGit()
Git info returned by DORA Metrics events.
|
String |
getService()
Service name.
|
Long |
getStartedAt()
Unix timestamp when the deployment started.
|
String |
getTeam()
Name of the team owning the deployed service.
|
String |
getVersion()
Version to correlate with APM Deployment Tracking.
|
DORADeploymentObjectAttributes |
git(DORAGitInfoResponse git) |
int |
hashCode() |
DORADeploymentObjectAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DORADeploymentObjectAttributes |
service(String service) |
void |
setCustomTags_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> customTags) |
void |
setCustomTags(List<String> customTags) |
void |
setEnv(String env) |
void |
setFinishedAt(Long finishedAt) |
void |
setGit(DORAGitInfoResponse git) |
void |
setService(String service) |
void |
setStartedAt(Long startedAt) |
void |
setTeam(String team) |
void |
setVersion(String version) |
DORADeploymentObjectAttributes |
startedAt(Long startedAt) |
DORADeploymentObjectAttributes |
team(String team) |
String |
toString() |
DORADeploymentObjectAttributes |
version(String version) |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM_TAGS
public static final String JSON_PROPERTY_ENV
public static final String JSON_PROPERTY_FINISHED_AT
public static final String JSON_PROPERTY_GIT
public static final String JSON_PROPERTY_SERVICE
public static final String JSON_PROPERTY_STARTED_AT
public static final String JSON_PROPERTY_TEAM
public static final String JSON_PROPERTY_VERSION
public DORADeploymentObjectAttributes customTags(List<String> customTags)
public DORADeploymentObjectAttributes addCustomTagsItem(String customTagsItem)
@Nullable public List<String> getCustomTags()
key:value pattern. Up to 100
may be added per event.public org.openapitools.jackson.nullable.JsonNullable<List<String>> getCustomTags_JsonNullable()
public void setCustomTags_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> customTags)
public DORADeploymentObjectAttributes env(String env)
@Nullable public String getEnv()
public void setEnv(String env)
public DORADeploymentObjectAttributes finishedAt(Long finishedAt)
public Long getFinishedAt()
public void setFinishedAt(Long finishedAt)
public DORADeploymentObjectAttributes git(DORAGitInfoResponse git)
@Nullable public DORAGitInfoResponse getGit()
public void setGit(DORAGitInfoResponse git)
public DORADeploymentObjectAttributes service(String service)
public String getService()
public void setService(String service)
public DORADeploymentObjectAttributes startedAt(Long startedAt)
public Long getStartedAt()
public void setStartedAt(Long startedAt)
public DORADeploymentObjectAttributes team(String team)
@Nullable public String getTeam()
public void setTeam(String team)
public DORADeploymentObjectAttributes version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
public DORADeploymentObjectAttributes 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.