@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FlakyTestRunMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DURATION_MS |
static String |
JSON_PROPERTY_ERROR_MESSAGE |
static String |
JSON_PROPERTY_ERROR_STACK |
static String |
JSON_PROPERTY_SOURCE_END |
static String |
JSON_PROPERTY_SOURCE_FILE |
static String |
JSON_PROPERTY_SOURCE_START |
boolean |
unparsed |
| Constructor and Description |
|---|
FlakyTestRunMetadata() |
| Modifier and Type | Method and Description |
|---|---|
FlakyTestRunMetadata |
durationMs(Long durationMs) |
boolean |
equals(Object o)
Return true if this FlakyTestRunMetadata object is equal to o.
|
FlakyTestRunMetadata |
errorMessage(String errorMessage) |
FlakyTestRunMetadata |
errorStack(String errorStack) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getDurationMs_JsonNullable() |
Long |
getDurationMs()
The duration of the test run in milliseconds.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getErrorMessage_JsonNullable() |
String |
getErrorMessage()
The error message from the test failure.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getErrorStack_JsonNullable() |
String |
getErrorStack()
The stack trace from the test failure.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getSourceEnd_JsonNullable() |
Long |
getSourceEnd()
The line number where the test ends in the source file.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getSourceFile_JsonNullable() |
String |
getSourceFile()
The source file where the test is defined.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getSourceStart_JsonNullable() |
Long |
getSourceStart()
The line number where the test starts in the source file.
|
int |
hashCode() |
FlakyTestRunMetadata |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDurationMs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> durationMs) |
void |
setDurationMs(Long durationMs) |
void |
setErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) |
void |
setErrorMessage(String errorMessage) |
void |
setErrorStack_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorStack) |
void |
setErrorStack(String errorStack) |
void |
setSourceEnd_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sourceEnd) |
void |
setSourceEnd(Long sourceEnd) |
void |
setSourceFile_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> sourceFile) |
void |
setSourceFile(String sourceFile) |
void |
setSourceStart_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sourceStart) |
void |
setSourceStart(Long sourceStart) |
FlakyTestRunMetadata |
sourceEnd(Long sourceEnd) |
FlakyTestRunMetadata |
sourceFile(String sourceFile) |
FlakyTestRunMetadata |
sourceStart(Long sourceStart) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DURATION_MS
public static final String JSON_PROPERTY_ERROR_MESSAGE
public static final String JSON_PROPERTY_ERROR_STACK
public static final String JSON_PROPERTY_SOURCE_END
public static final String JSON_PROPERTY_SOURCE_FILE
public static final String JSON_PROPERTY_SOURCE_START
public FlakyTestRunMetadata durationMs(Long durationMs)
@Nullable public Long getDurationMs()
public org.openapitools.jackson.nullable.JsonNullable<Long> getDurationMs_JsonNullable()
public void setDurationMs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> durationMs)
public void setDurationMs(Long durationMs)
public FlakyTestRunMetadata errorMessage(String errorMessage)
@Nullable public String getErrorMessage()
public org.openapitools.jackson.nullable.JsonNullable<String> getErrorMessage_JsonNullable()
public void setErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage)
public void setErrorMessage(String errorMessage)
public FlakyTestRunMetadata errorStack(String errorStack)
@Nullable public String getErrorStack()
public org.openapitools.jackson.nullable.JsonNullable<String> getErrorStack_JsonNullable()
public void setErrorStack_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorStack)
public void setErrorStack(String errorStack)
public FlakyTestRunMetadata sourceEnd(Long sourceEnd)
@Nullable public Long getSourceEnd()
public org.openapitools.jackson.nullable.JsonNullable<Long> getSourceEnd_JsonNullable()
public void setSourceEnd_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sourceEnd)
public void setSourceEnd(Long sourceEnd)
public FlakyTestRunMetadata sourceFile(String sourceFile)
@Nullable public String getSourceFile()
public org.openapitools.jackson.nullable.JsonNullable<String> getSourceFile_JsonNullable()
public void setSourceFile_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> sourceFile)
public void setSourceFile(String sourceFile)
public FlakyTestRunMetadata sourceStart(Long sourceStart)
@Nullable public Long getSourceStart()
public org.openapitools.jackson.nullable.JsonNullable<Long> getSourceStart_JsonNullable()
public void setSourceStart_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> sourceStart)
public void setSourceStart(Long sourceStart)
public FlakyTestRunMetadata 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.