@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 |
static String |
JSON_PROPERTY_REPOSITORY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
CommitCoverageSummaryRequestAttributes() |
CommitCoverageSummaryRequestAttributes(String commitSha) |
| 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()
Deprecated.
|
String |
getRepositoryUrl()
The repository URL.
|
int |
hashCode() |
CommitCoverageSummaryRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CommitCoverageSummaryRequestAttributes |
repositoryId(String repositoryId) |
CommitCoverageSummaryRequestAttributes |
repositoryUrl(String repositoryUrl) |
void |
setCommitSha(String commitSha) |
void |
setRepositoryId(String repositoryId)
Deprecated.
|
void |
setRepositoryUrl(String repositoryUrl) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMMIT_SHA
public static final String JSON_PROPERTY_REPOSITORY_ID
public static final String JSON_PROPERTY_REPOSITORY_URL
public CommitCoverageSummaryRequestAttributes()
public CommitCoverageSummaryRequestAttributes(String commitSha)
public CommitCoverageSummaryRequestAttributes commitSha(String commitSha)
public String getCommitSha()
public void setCommitSha(String commitSha)
public CommitCoverageSummaryRequestAttributes repositoryId(String repositoryId)
@Deprecated @Nullable public String getRepositoryId()
repository_url instead. The repository URL.@Deprecated public void setRepositoryId(String repositoryId)
public CommitCoverageSummaryRequestAttributes repositoryUrl(String repositoryUrl)
@Nullable public String getRepositoryUrl()
https://github.com/org/repo or github.com/org/repo).public void setRepositoryUrl(String repositoryUrl)
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.