@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CommitCoverageSummaryRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMMIT_SHA |
static String |
JSON_PROPERTY_REPOSITORY_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
CommitCoverageSummaryRequestAttributes() |
CommitCoverageSummaryRequestAttributes(String commitSha,
String repositoryId) |
| Modifier and Type | Method and Description |
|---|---|
CommitCoverageSummaryRequestAttributes |
commitSha(String commitSha) |
boolean |
equals(Object o)
Return true if this CommitCoverageSummaryRequestAttributes 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.
|
String |
getCommitSha()
The commit SHA (40-character hexadecimal string).
|
String |
getRepositoryId()
The repository identifier.
|
int |
hashCode() |
CommitCoverageSummaryRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CommitCoverageSummaryRequestAttributes |
repositoryId(String repositoryId) |
void |
setCommitSha(String commitSha) |
void |
setRepositoryId(String repositoryId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMMIT_SHA
public static final String JSON_PROPERTY_REPOSITORY_ID
public CommitCoverageSummaryRequestAttributes()
public CommitCoverageSummaryRequestAttributes commitSha(String commitSha)
public String getCommitSha()
public void setCommitSha(String commitSha)
public CommitCoverageSummaryRequestAttributes repositoryId(String repositoryId)
public String getRepositoryId()
public void setRepositoryId(String repositoryId)
public CommitCoverageSummaryRequestAttributes 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.