@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FlakyTestHistory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMMIT_SHA |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TIMESTAMP |
boolean |
unparsed |
| Constructor and Description |
|---|
FlakyTestHistory() |
FlakyTestHistory(String commitSha,
String status,
Long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
FlakyTestHistory |
commitSha(String commitSha) |
boolean |
equals(Object o)
Return true if this FlakyTestHistory 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 associated with this status change.
|
String |
getStatus()
The test status at this point in history.
|
Long |
getTimestamp()
Unix timestamp in milliseconds when this status change occurred.
|
int |
hashCode() |
FlakyTestHistory |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCommitSha(String commitSha) |
void |
setStatus(String status) |
void |
setTimestamp(Long timestamp) |
FlakyTestHistory |
status(String status) |
FlakyTestHistory |
timestamp(Long timestamp) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMMIT_SHA
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TIMESTAMP
public FlakyTestHistory commitSha(String commitSha)
public String getCommitSha()
public void setCommitSha(String commitSha)
public FlakyTestHistory status(String status)
public String getStatus()
public void setStatus(String status)
public FlakyTestHistory timestamp(Long timestamp)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public FlakyTestHistory 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.