@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsSuite extends Object
| Modifier and Type | Field and Description |
|---|---|
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_TAGS |
static String |
JSON_PROPERTY_TESTS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsSuite() |
SyntheticsSuite(String name,
SyntheticsSuiteOptions options,
List<SyntheticsSuiteTest> tests,
SyntheticsSuiteType type) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsSuite |
addTagsItem(String tagsItem) |
SyntheticsSuite |
addTestsItem(SyntheticsSuiteTest testsItem) |
boolean |
equals(Object o)
Return true if this SyntheticsSuite 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.
|
String |
getMessage()
Notification message associated with the suite.
|
Long |
getMonitorId()
The associated monitor ID.
|
String |
getName()
Name of the suite.
|
SyntheticsSuiteOptions |
getOptions()
Object describing the extra options for a Synthetic suite.
|
String |
getPublicId()
The public ID for the test.
|
List<String> |
getTags()
Array of tags attached to the suite.
|
List<SyntheticsSuiteTest> |
getTests()
Array of Synthetic tests included in the suite.
|
SyntheticsSuiteType |
getType()
Type of the Synthetic suite,
suite. |
int |
hashCode() |
SyntheticsSuite |
message(String message) |
SyntheticsSuite |
name(String name) |
SyntheticsSuite |
options(SyntheticsSuiteOptions options) |
SyntheticsSuite |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMessage(String message) |
void |
setName(String name) |
void |
setOptions(SyntheticsSuiteOptions options) |
void |
setTags(List<String> tags) |
void |
setTests(List<SyntheticsSuiteTest> tests) |
void |
setType(SyntheticsSuiteType type) |
SyntheticsSuite |
tags(List<String> tags) |
SyntheticsSuite |
tests(List<SyntheticsSuiteTest> tests) |
String |
toString() |
SyntheticsSuite |
type(SyntheticsSuiteType type) |
public boolean unparsed
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_TAGS
public static final String JSON_PROPERTY_TESTS
public static final String JSON_PROPERTY_TYPE
public SyntheticsSuite()
public SyntheticsSuite(String name, SyntheticsSuiteOptions options, List<SyntheticsSuiteTest> tests, SyntheticsSuiteType type)
public SyntheticsSuite message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
@Nullable public Long getMonitorId()
public SyntheticsSuite name(String name)
public String getName()
public void setName(String name)
public SyntheticsSuite options(SyntheticsSuiteOptions options)
public SyntheticsSuiteOptions getOptions()
public void setOptions(SyntheticsSuiteOptions options)
@Nullable public String getPublicId()
public SyntheticsSuite tags(List<String> tags)
public SyntheticsSuite addTagsItem(String tagsItem)
public SyntheticsSuite tests(List<SyntheticsSuiteTest> tests)
public SyntheticsSuite addTestsItem(SyntheticsSuiteTest testsItem)
public List<SyntheticsSuiteTest> getTests()
public void setTests(List<SyntheticsSuiteTest> tests)
public SyntheticsSuite type(SyntheticsSuiteType type)
public SyntheticsSuiteType getType()
suite.public void setType(SyntheticsSuiteType type)
public SyntheticsSuite 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 © 2026. All rights reserved.