@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestParentSuiteAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHILD_NAME |
static String |
JSON_PROPERTY_CHILD_PUBLIC_ID |
static String |
JSON_PROPERTY_MONITOR_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OVERALL_STATE |
static String |
JSON_PROPERTY_OVERALL_STATE_MODIFIED |
static String |
JSON_PROPERTY_PUBLIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestParentSuiteAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestParentSuiteAttributes |
childName(String childName) |
SyntheticsTestParentSuiteAttributes |
childPublicId(String childPublicId) |
boolean |
equals(Object o)
Return true if this SyntheticsTestParentSuiteAttributes 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 |
getChildName()
The name of the child test within the suite.
|
String |
getChildPublicId()
The public ID of the child test within the suite.
|
Long |
getMonitorId()
The associated monitor ID.
|
String |
getName()
Name of the parent suite.
|
Long |
getOverallState()
The overall state of the parent suite.
|
String |
getOverallStateModified()
Timestamp of when the overall state was last modified.
|
String |
getPublicId()
The public ID of the parent suite.
|
int |
hashCode() |
SyntheticsTestParentSuiteAttributes |
monitorId(Long monitorId) |
SyntheticsTestParentSuiteAttributes |
name(String name) |
SyntheticsTestParentSuiteAttributes |
overallState(Long overallState) |
SyntheticsTestParentSuiteAttributes |
overallStateModified(String overallStateModified) |
SyntheticsTestParentSuiteAttributes |
publicId(String publicId) |
SyntheticsTestParentSuiteAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setChildName(String childName) |
void |
setChildPublicId(String childPublicId) |
void |
setMonitorId(Long monitorId) |
void |
setName(String name) |
void |
setOverallState(Long overallState) |
void |
setOverallStateModified(String overallStateModified) |
void |
setPublicId(String publicId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CHILD_NAME
public static final String JSON_PROPERTY_CHILD_PUBLIC_ID
public static final String JSON_PROPERTY_MONITOR_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OVERALL_STATE
public static final String JSON_PROPERTY_OVERALL_STATE_MODIFIED
public static final String JSON_PROPERTY_PUBLIC_ID
public SyntheticsTestParentSuiteAttributes childName(String childName)
@Nullable public String getChildName()
public void setChildName(String childName)
public SyntheticsTestParentSuiteAttributes childPublicId(String childPublicId)
@Nullable public String getChildPublicId()
public void setChildPublicId(String childPublicId)
public SyntheticsTestParentSuiteAttributes monitorId(Long monitorId)
@Nullable public Long getMonitorId()
public void setMonitorId(Long monitorId)
public SyntheticsTestParentSuiteAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public SyntheticsTestParentSuiteAttributes overallState(Long overallState)
@Nullable public Long getOverallState()
public void setOverallState(Long overallState)
public SyntheticsTestParentSuiteAttributes overallStateModified(String overallStateModified)
@Nullable public String getOverallStateModified()
public void setOverallStateModified(String overallStateModified)
public SyntheticsTestParentSuiteAttributes publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public SyntheticsTestParentSuiteAttributes 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.