@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultGit extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BRANCH |
static String |
JSON_PROPERTY_COMMIT |
static String |
JSON_PROPERTY_REPOSITORY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultGit() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultGit |
branch(String branch) |
SyntheticsTestResultGit |
commit(SyntheticsTestResultGitCommit commit) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultGit 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 |
getBranch()
Git branch name.
|
SyntheticsTestResultGitCommit |
getCommit()
Details of the Git commit associated with the test result.
|
String |
getRepositoryUrl()
Git repository URL.
|
int |
hashCode() |
SyntheticsTestResultGit |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultGit |
repositoryUrl(String repositoryUrl) |
void |
setBranch(String branch) |
void |
setCommit(SyntheticsTestResultGitCommit commit) |
void |
setRepositoryUrl(String repositoryUrl) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BRANCH
public static final String JSON_PROPERTY_COMMIT
public static final String JSON_PROPERTY_REPOSITORY_URL
public SyntheticsTestResultGit branch(String branch)
@Nullable public String getBranch()
public void setBranch(String branch)
public SyntheticsTestResultGit commit(SyntheticsTestResultGitCommit commit)
@Nullable public SyntheticsTestResultGitCommit getCommit()
public void setCommit(SyntheticsTestResultGitCommit commit)
public SyntheticsTestResultGit repositoryUrl(String repositoryUrl)
@Nullable public String getRepositoryUrl()
public void setRepositoryUrl(String repositoryUrl)
public SyntheticsTestResultGit 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.