@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DORADeploymentRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_FINISHED_AT |
static String |
JSON_PROPERTY_GIT |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_SERVICE |
static String |
JSON_PROPERTY_STARTED_AT |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
DORADeploymentRequestAttributes() |
DORADeploymentRequestAttributes(Long finishedAt,
String service,
Long startedAt) |
| Modifier and Type | Method and Description |
|---|---|
DORADeploymentRequestAttributes |
env(String env) |
boolean |
equals(Object o)
Return true if this DORADeploymentRequestAttributes object is equal to o.
|
DORADeploymentRequestAttributes |
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.
|
String |
getEnv()
Environment name to where the service was deployed.
|
Long |
getFinishedAt()
Unix timestamp when the deployment finished.
|
DORAGitInfo |
getGit()
Git info for DORA Metrics events.
|
String |
getId()
Deployment ID.
|
String |
getService()
Service name from a service available in the Service Catalog.
|
Long |
getStartedAt()
Unix timestamp when the deployment started.
|
String |
getVersion()
Version to correlate with APM Deployment
Tracking.
|
DORADeploymentRequestAttributes |
git(DORAGitInfo git) |
int |
hashCode() |
DORADeploymentRequestAttributes |
id(String id) |
DORADeploymentRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DORADeploymentRequestAttributes |
service(String service) |
void |
setEnv(String env) |
void |
setFinishedAt(Long finishedAt) |
void |
setGit(DORAGitInfo git) |
void |
setId(String id) |
void |
setService(String service) |
void |
setStartedAt(Long startedAt) |
void |
setVersion(String version) |
DORADeploymentRequestAttributes |
startedAt(Long startedAt) |
String |
toString() |
DORADeploymentRequestAttributes |
version(String version) |
public boolean unparsed
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_ID
public static final String JSON_PROPERTY_SERVICE
public static final String JSON_PROPERTY_STARTED_AT
public static final String JSON_PROPERTY_VERSION
public DORADeploymentRequestAttributes env(String env)
@Nullable public String getEnv()
public void setEnv(String env)
public DORADeploymentRequestAttributes finishedAt(Long finishedAt)
public Long getFinishedAt()
public void setFinishedAt(Long finishedAt)
public DORADeploymentRequestAttributes git(DORAGitInfo git)
@Nullable public DORAGitInfo getGit()
public void setGit(DORAGitInfo git)
public DORADeploymentRequestAttributes id(String id)
@Nullable public String getId()
public void setId(String id)
public DORADeploymentRequestAttributes service(String service)
public String getService()
public void setService(String service)
public DORADeploymentRequestAttributes startedAt(Long startedAt)
public Long getStartedAt()
public void setStartedAt(Long startedAt)
public DORADeploymentRequestAttributes version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
public DORADeploymentRequestAttributes 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 © 2024. All rights reserved.