@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAPITest 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_SUBTYPE |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsAPITest() |
SyntheticsAPITest(SyntheticsAPITestConfig config,
List<String> locations,
String message,
String name,
SyntheticsTestOptions options,
SyntheticsAPITestType 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_SUBTYPE
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TYPE
public SyntheticsAPITest()
public SyntheticsAPITest(SyntheticsAPITestConfig config, List<String> locations, String message, String name, SyntheticsTestOptions options, SyntheticsAPITestType type)
public SyntheticsAPITest config(SyntheticsAPITestConfig config)
public SyntheticsAPITestConfig getConfig()
public void setConfig(SyntheticsAPITestConfig config)
public SyntheticsAPITest locations(List<String> locations)
public SyntheticsAPITest addLocationsItem(String locationsItem)
public List<String> getLocations()
public SyntheticsAPITest message(String message)
public String getMessage()
public void setMessage(String message)
@Nullable public Long getMonitorId()
public SyntheticsAPITest name(String name)
public String getName()
public void setName(String name)
public SyntheticsAPITest options(SyntheticsTestOptions options)
public SyntheticsTestOptions getOptions()
public void setOptions(SyntheticsTestOptions options)
@Nullable public String getPublicId()
public SyntheticsAPITest status(SyntheticsTestPauseStatus status)
@Nullable public SyntheticsTestPauseStatus getStatus()
live) or pause (paused) a Synthetic
test.public void setStatus(SyntheticsTestPauseStatus status)
public SyntheticsAPITest subtype(SyntheticsTestDetailsSubType subtype)
@Nullable public SyntheticsTestDetailsSubType getSubtype()
http, ssl, tcp,
dns, icmp, udp, websocket, grpc
or multi.public void setSubtype(SyntheticsTestDetailsSubType subtype)
public SyntheticsAPITest tags(List<String> tags)
public SyntheticsAPITest addTagsItem(String tagsItem)
public SyntheticsAPITest type(SyntheticsAPITestType type)
public SyntheticsAPITestType getType()
api.public void setType(SyntheticsAPITestType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.