@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAPITestConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSERTIONS |
static String |
JSON_PROPERTY_CONFIG_VARIABLES |
static String |
JSON_PROPERTY_REQUEST |
static String |
JSON_PROPERTY_STEPS |
static String |
JSON_PROPERTY_VARIABLES_FROM_SCRIPT |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsAPITestConfig() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSERTIONS
public static final String JSON_PROPERTY_CONFIG_VARIABLES
public static final String JSON_PROPERTY_REQUEST
public static final String JSON_PROPERTY_STEPS
public static final String JSON_PROPERTY_VARIABLES_FROM_SCRIPT
public SyntheticsAPITestConfig assertions(List<SyntheticsAssertion> assertions)
public SyntheticsAPITestConfig addAssertionsItem(SyntheticsAssertion assertionsItem)
@Nullable public List<SyntheticsAssertion> getAssertions()
public void setAssertions(List<SyntheticsAssertion> assertions)
public SyntheticsAPITestConfig configVariables(List<SyntheticsConfigVariable> configVariables)
public SyntheticsAPITestConfig addConfigVariablesItem(SyntheticsConfigVariable configVariablesItem)
@Nullable public List<SyntheticsConfigVariable> getConfigVariables()
public void setConfigVariables(List<SyntheticsConfigVariable> configVariables)
public SyntheticsAPITestConfig request(SyntheticsTestRequest request)
@Nullable public SyntheticsTestRequest getRequest()
public void setRequest(SyntheticsTestRequest request)
public SyntheticsAPITestConfig steps(List<SyntheticsAPIStep> steps)
public SyntheticsAPITestConfig addStepsItem(SyntheticsAPIStep stepsItem)
@Nullable public List<SyntheticsAPIStep> getSteps()
multi, the steps of the test.public void setSteps(List<SyntheticsAPIStep> steps)
public SyntheticsAPITestConfig variablesFromScript(String variablesFromScript)
@Nullable public String getVariablesFromScript()
public void setVariablesFromScript(String variablesFromScript)
public SyntheticsAPITestConfig 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 © 2024. All rights reserved.