All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SyntheticsTestDetails |
addLocationsItem(String locationsItem) |
SyntheticsTestDetails |
addStepsItem(SyntheticsStep stepsItem) |
SyntheticsTestDetails |
addTagsItem(String tagsItem) |
SyntheticsTestDetails |
config(SyntheticsTestConfig config) |
boolean |
equals(Object o)
Return true if this SyntheticsTestDetails object is equal to o.
|
SyntheticsTestConfig |
getConfig()
Configuration object for a Synthetic test.
|
Creator |
getCreator()
Object describing the creator of the shared element.
|
List<String> |
getLocations()
Array of locations used to run the test.
|
String |
getMessage()
Notification message associated with the test.
|
Long |
getMonitorId()
The associated monitor ID.
|
String |
getName()
Name of the test.
|
SyntheticsTestOptions |
getOptions()
Object describing the extra options for a Synthetic test.
|
String |
getPublicId()
The test public ID.
|
SyntheticsTestPauseStatus |
getStatus()
Define whether you want to start (live) or pause (paused) a Synthetic
test.
|
List<SyntheticsStep> |
getSteps()
For browser test, the steps of the test.
|
SyntheticsTestDetailsSubType |
getSubtype()
The subtype of the Synthetic API test, http, ssl, tcp,
dns, icmp, udp, websocket, grpc
or multi.
|
List<String> |
getTags()
Array of tags attached to the test.
|
SyntheticsTestDetailsType |
getType()
Type of the Synthetic test, either api or browser.
|
int |
hashCode() |
SyntheticsTestDetails |
locations(List<String> locations) |
SyntheticsTestDetails |
message(String message) |
SyntheticsTestDetails |
name(String name) |
SyntheticsTestDetails |
options(SyntheticsTestOptions options) |
void |
setConfig(SyntheticsTestConfig config) |
void |
setLocations(List<String> locations) |
void |
setMessage(String message) |
void |
setName(String name) |
void |
setOptions(SyntheticsTestOptions options) |
void |
setStatus(SyntheticsTestPauseStatus status) |
void |
setSteps(List<SyntheticsStep> steps) |
void |
setSubtype(SyntheticsTestDetailsSubType subtype) |
void |
setTags(List<String> tags) |
void |
setType(SyntheticsTestDetailsType type) |
SyntheticsTestDetails |
status(SyntheticsTestPauseStatus status) |
SyntheticsTestDetails |
steps(List<SyntheticsStep> steps) |
SyntheticsTestDetails |
subtype(SyntheticsTestDetailsSubType subtype) |
SyntheticsTestDetails |
tags(List<String> tags) |
String |
toString() |
SyntheticsTestDetails |
type(SyntheticsTestDetailsType type) |