All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SyntheticsTestDetailsWithoutSteps |
addLocationsItem(String locationsItem) |
SyntheticsTestDetailsWithoutSteps |
addTagsItem(String tagsItem) |
SyntheticsTestDetailsWithoutSteps |
config(SyntheticsTestConfig config) |
boolean |
equals(Object o)
Return true if this SyntheticsTestDetailsWithoutSteps object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
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.
|
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.
|
int |
hashCode() |
SyntheticsTestDetailsWithoutSteps |
locations(List<String> locations) |
SyntheticsTestDetailsWithoutSteps |
message(String message) |
SyntheticsTestDetailsWithoutSteps |
name(String name) |
SyntheticsTestDetailsWithoutSteps |
options(SyntheticsTestOptions options) |
SyntheticsTestDetailsWithoutSteps |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 |
setSubtype(SyntheticsTestDetailsSubType subtype) |
void |
setTags(List<String> tags) |
void |
setType(SyntheticsTestDetailsType type) |
SyntheticsTestDetailsWithoutSteps |
status(SyntheticsTestPauseStatus status) |
SyntheticsTestDetailsWithoutSteps |
subtype(SyntheticsTestDetailsSubType subtype) |
SyntheticsTestDetailsWithoutSteps |
tags(List<String> tags) |
String |
toString() |
SyntheticsTestDetailsWithoutSteps |
type(SyntheticsTestDetailsType type) |