@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultTurn extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BUCKET_KEYS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_REASONING |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_STEPS |
static String |
JSON_PROPERTY_TURN_FINISHED_AT |
static String |
JSON_PROPERTY_TURN_STARTED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultTurn() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultTurn |
addStepsItem(SyntheticsTestResultTurnStep stepsItem) |
SyntheticsTestResultTurn |
bucketKeys(SyntheticsTestResultBucketKeys bucketKeys) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultTurn 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.
|
SyntheticsTestResultBucketKeys |
getBucketKeys()
Storage bucket keys for artifacts produced during a step or test.
|
String |
getName()
Name of the turn.
|
String |
getReasoning()
Agent reasoning produced for this turn.
|
String |
getStatus()
Status of the turn (for example,
passed, failed). |
List<SyntheticsTestResultTurnStep> |
getSteps()
Steps executed during the turn.
|
Long |
getTurnFinishedAt()
Unix timestamp (ms) of when the turn finished.
|
Long |
getTurnStartedAt()
Unix timestamp (ms) of when the turn started.
|
int |
hashCode() |
SyntheticsTestResultTurn |
name(String name) |
SyntheticsTestResultTurn |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultTurn |
reasoning(String reasoning) |
void |
setBucketKeys(SyntheticsTestResultBucketKeys bucketKeys) |
void |
setName(String name) |
void |
setReasoning(String reasoning) |
void |
setStatus(String status) |
void |
setSteps(List<SyntheticsTestResultTurnStep> steps) |
void |
setTurnFinishedAt(Long turnFinishedAt) |
void |
setTurnStartedAt(Long turnStartedAt) |
SyntheticsTestResultTurn |
status(String status) |
SyntheticsTestResultTurn |
steps(List<SyntheticsTestResultTurnStep> steps) |
String |
toString() |
SyntheticsTestResultTurn |
turnFinishedAt(Long turnFinishedAt) |
SyntheticsTestResultTurn |
turnStartedAt(Long turnStartedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_BUCKET_KEYS
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_REASONING
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STEPS
public static final String JSON_PROPERTY_TURN_FINISHED_AT
public static final String JSON_PROPERTY_TURN_STARTED_AT
public SyntheticsTestResultTurn bucketKeys(SyntheticsTestResultBucketKeys bucketKeys)
@Nullable public SyntheticsTestResultBucketKeys getBucketKeys()
public void setBucketKeys(SyntheticsTestResultBucketKeys bucketKeys)
public SyntheticsTestResultTurn name(String name)
@Nullable public String getName()
public void setName(String name)
public SyntheticsTestResultTurn reasoning(String reasoning)
@Nullable public String getReasoning()
public void setReasoning(String reasoning)
public SyntheticsTestResultTurn status(String status)
@Nullable public String getStatus()
passed, failed).public void setStatus(String status)
public SyntheticsTestResultTurn steps(List<SyntheticsTestResultTurnStep> steps)
public SyntheticsTestResultTurn addStepsItem(SyntheticsTestResultTurnStep stepsItem)
@Nullable public List<SyntheticsTestResultTurnStep> getSteps()
public void setSteps(List<SyntheticsTestResultTurnStep> steps)
public SyntheticsTestResultTurn turnFinishedAt(Long turnFinishedAt)
@Nullable public Long getTurnFinishedAt()
public void setTurnFinishedAt(Long turnFinishedAt)
public SyntheticsTestResultTurn turnStartedAt(Long turnStartedAt)
@Nullable public Long getTurnStartedAt()
public void setTurnStartedAt(Long turnStartedAt)
public SyntheticsTestResultTurn 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.