@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultSubStep extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LEVEL |
static String |
JSON_PROPERTY_PARENT_STEP |
static String |
JSON_PROPERTY_PARENT_TEST |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultSubStep() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultSubStep 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.
|
Long |
getLevel()
Depth of the sub-step in the execution tree.
|
SyntheticsTestResultParentStep |
getParentStep()
Reference to the parent step of a sub-step.
|
SyntheticsTestResultParentTest |
getParentTest()
Reference to the parent test of a sub-step.
|
int |
hashCode() |
SyntheticsTestResultSubStep |
level(Long level) |
SyntheticsTestResultSubStep |
parentStep(SyntheticsTestResultParentStep parentStep) |
SyntheticsTestResultSubStep |
parentTest(SyntheticsTestResultParentTest parentTest) |
SyntheticsTestResultSubStep |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setLevel(Long level) |
void |
setParentStep(SyntheticsTestResultParentStep parentStep) |
void |
setParentTest(SyntheticsTestResultParentTest parentTest) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_LEVEL
public static final String JSON_PROPERTY_PARENT_STEP
public static final String JSON_PROPERTY_PARENT_TEST
public SyntheticsTestResultSubStep level(Long level)
@Nullable public Long getLevel()
public void setLevel(Long level)
public SyntheticsTestResultSubStep parentStep(SyntheticsTestResultParentStep parentStep)
@Nullable public SyntheticsTestResultParentStep getParentStep()
public void setParentStep(SyntheticsTestResultParentStep parentStep)
public SyntheticsTestResultSubStep parentTest(SyntheticsTestResultParentTest parentTest)
@Nullable public SyntheticsTestResultParentTest getParentTest()
public void setParentTest(SyntheticsTestResultParentTest parentTest)
public SyntheticsTestResultSubStep 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.