@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsBrowserTest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CONFIG |
static String |
JSON_PROPERTY_LOCATIONS |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_MONITOR_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OPTIONS |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_STEPS |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
Constructor and Description |
---|
SyntheticsBrowserTest() |
SyntheticsBrowserTest(SyntheticsBrowserTestConfig config,
List<String> locations,
String message,
String name,
SyntheticsTestOptions options,
SyntheticsBrowserTestType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIG
public static final String JSON_PROPERTY_LOCATIONS
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_MONITOR_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OPTIONS
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STEPS
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TYPE
public SyntheticsBrowserTest()
public SyntheticsBrowserTest(SyntheticsBrowserTestConfig config, List<String> locations, String message, String name, SyntheticsTestOptions options, SyntheticsBrowserTestType type)
public SyntheticsBrowserTest config(SyntheticsBrowserTestConfig config)
public SyntheticsBrowserTestConfig getConfig()
public void setConfig(SyntheticsBrowserTestConfig config)
public SyntheticsBrowserTest locations(List<String> locations)
public SyntheticsBrowserTest addLocationsItem(String locationsItem)
public List<String> getLocations()
public SyntheticsBrowserTest message(String message)
public String getMessage()
public void setMessage(String message)
@Nullable public Long getMonitorId()
public SyntheticsBrowserTest name(String name)
public String getName()
public void setName(String name)
public SyntheticsBrowserTest options(SyntheticsTestOptions options)
public SyntheticsTestOptions getOptions()
public void setOptions(SyntheticsTestOptions options)
@Nullable public String getPublicId()
public SyntheticsBrowserTest status(SyntheticsTestPauseStatus status)
@Nullable public SyntheticsTestPauseStatus getStatus()
live
) or pause (paused
) a Synthetic
test.public void setStatus(SyntheticsTestPauseStatus status)
public SyntheticsBrowserTest steps(List<SyntheticsStep> steps)
public SyntheticsBrowserTest addStepsItem(SyntheticsStep stepsItem)
@Nullable public List<SyntheticsStep> getSteps()
public void setSteps(List<SyntheticsStep> steps)
public SyntheticsBrowserTest tags(List<String> tags)
public SyntheticsBrowserTest addTagsItem(String tagsItem)
public SyntheticsBrowserTest type(SyntheticsBrowserTestType type)
public SyntheticsBrowserTestType getType()
browser
.public void setType(SyntheticsBrowserTestType type)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.