@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultSummaryAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DEVICE |
static String |
JSON_PROPERTY_EXECUTION_INFO |
static String |
JSON_PROPERTY_FINISHED_AT |
static String |
JSON_PROPERTY_LOCATION |
static String |
JSON_PROPERTY_RUN_TYPE |
static String |
JSON_PROPERTY_STARTED_AT |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_STEPS_INFO |
static String |
JSON_PROPERTY_TEST_SUB_TYPE |
static String |
JSON_PROPERTY_TEST_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultSummaryAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_DEVICE
public static final String JSON_PROPERTY_EXECUTION_INFO
public static final String JSON_PROPERTY_FINISHED_AT
public static final String JSON_PROPERTY_LOCATION
public static final String JSON_PROPERTY_RUN_TYPE
public static final String JSON_PROPERTY_STARTED_AT
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STEPS_INFO
public static final String JSON_PROPERTY_TEST_SUB_TYPE
public static final String JSON_PROPERTY_TEST_TYPE
public SyntheticsTestResultSummaryAttributes()
public SyntheticsTestResultSummaryAttributes device(SyntheticsTestResultDevice device)
@Nullable public SyntheticsTestResultDevice getDevice()
public void setDevice(SyntheticsTestResultDevice device)
public SyntheticsTestResultSummaryAttributes executionInfo(SyntheticsTestResultExecutionInfo executionInfo)
@Nullable public SyntheticsTestResultExecutionInfo getExecutionInfo()
public void setExecutionInfo(SyntheticsTestResultExecutionInfo executionInfo)
public SyntheticsTestResultSummaryAttributes finishedAt(Long finishedAt)
@Nullable public Long getFinishedAt()
public void setFinishedAt(Long finishedAt)
public SyntheticsTestResultSummaryAttributes location(SyntheticsTestResultLocation location)
@Nullable public SyntheticsTestResultLocation getLocation()
public void setLocation(SyntheticsTestResultLocation location)
public SyntheticsTestResultSummaryAttributes runType(SyntheticsTestResultRunType runType)
@Nullable public SyntheticsTestResultRunType getRunType()
public void setRunType(SyntheticsTestResultRunType runType)
public SyntheticsTestResultSummaryAttributes startedAt(Long startedAt)
@Nullable public Long getStartedAt()
public void setStartedAt(Long startedAt)
public SyntheticsTestResultSummaryAttributes status(SyntheticsTestResultStatus status)
@Nullable public SyntheticsTestResultStatus getStatus()
public void setStatus(SyntheticsTestResultStatus status)
public SyntheticsTestResultSummaryAttributes stepsInfo(SyntheticsTestResultStepsInfo stepsInfo)
@Nullable public SyntheticsTestResultStepsInfo getStepsInfo()
public void setStepsInfo(SyntheticsTestResultStepsInfo stepsInfo)
public SyntheticsTestResultSummaryAttributes testSubType(SyntheticsTestSubType testSubType)
@Nullable public SyntheticsTestSubType getTestSubType()
public void setTestSubType(SyntheticsTestSubType testSubType)
public SyntheticsTestResultSummaryAttributes testType(SyntheticsTestType testType)
@Nullable public SyntheticsTestType getTestType()
public void setTestType(SyntheticsTestType testType)
public SyntheticsTestResultSummaryAttributes 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.