@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsBrowserTestConfig 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_SET_COOKIE |
static String |
JSON_PROPERTY_VARIABLES |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsBrowserTestConfig() |
SyntheticsBrowserTestConfig(List<SyntheticsAssertion> assertions,
SyntheticsTestRequest request) |
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_SET_COOKIE
public static final String JSON_PROPERTY_VARIABLES
public SyntheticsBrowserTestConfig()
public SyntheticsBrowserTestConfig(List<SyntheticsAssertion> assertions, SyntheticsTestRequest request)
public SyntheticsBrowserTestConfig assertions(List<SyntheticsAssertion> assertions)
public SyntheticsBrowserTestConfig addAssertionsItem(SyntheticsAssertion assertionsItem)
public List<SyntheticsAssertion> getAssertions()
public void setAssertions(List<SyntheticsAssertion> assertions)
public SyntheticsBrowserTestConfig configVariables(List<SyntheticsConfigVariable> configVariables)
public SyntheticsBrowserTestConfig addConfigVariablesItem(SyntheticsConfigVariable configVariablesItem)
@Nullable public List<SyntheticsConfigVariable> getConfigVariables()
public void setConfigVariables(List<SyntheticsConfigVariable> configVariables)
public SyntheticsBrowserTestConfig request(SyntheticsTestRequest request)
public SyntheticsTestRequest getRequest()
public void setRequest(SyntheticsTestRequest request)
public SyntheticsBrowserTestConfig setCookie(String setCookie)
@Nullable public String getSetCookie()
public void setSetCookie(String setCookie)
public SyntheticsBrowserTestConfig variables(List<SyntheticsBrowserVariable> variables)
public SyntheticsBrowserTestConfig addVariablesItem(SyntheticsBrowserVariable variablesItem)
@Nullable public List<SyntheticsBrowserVariable> getVariables()
public void setVariables(List<SyntheticsBrowserVariable> variables)
public SyntheticsBrowserTestConfig 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.