@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsApiMultistepParentTestAttributes 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 |
|---|
SyntheticsApiMultistepParentTestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsApiMultistepParentTestAttributes |
childName(String childName) |
SyntheticsApiMultistepParentTestAttributes |
childPublicId(String childPublicId) |
boolean |
equals(Object o)
Return true if this SyntheticsApiMultistepParentTestAttributes 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 subtest.
|
String |
getChildPublicId()
The public ID of the child subtest.
|
Long |
getMonitorId()
The associated monitor ID.
|
String |
getName()
Name of the parent test.
|
Long |
getOverallState()
The overall state of the parent test.
|
String |
getOverallStateModified()
Timestamp of when the overall state was last modified.
|
String |
getPublicId()
The public ID of the parent test.
|
int |
hashCode() |
SyntheticsApiMultistepParentTestAttributes |
monitorId(Long monitorId) |
SyntheticsApiMultistepParentTestAttributes |
name(String name) |
SyntheticsApiMultistepParentTestAttributes |
overallState(Long overallState) |
SyntheticsApiMultistepParentTestAttributes |
overallStateModified(String overallStateModified) |
SyntheticsApiMultistepParentTestAttributes |
publicId(String publicId) |
SyntheticsApiMultistepParentTestAttributes |
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 SyntheticsApiMultistepParentTestAttributes()
public SyntheticsApiMultistepParentTestAttributes childName(String childName)
@Nullable public String getChildName()
public void setChildName(String childName)
public SyntheticsApiMultistepParentTestAttributes childPublicId(String childPublicId)
@Nullable public String getChildPublicId()
public void setChildPublicId(String childPublicId)
public SyntheticsApiMultistepParentTestAttributes monitorId(Long monitorId)
@Nullable public Long getMonitorId()
public void setMonitorId(Long monitorId)
public SyntheticsApiMultistepParentTestAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public SyntheticsApiMultistepParentTestAttributes overallState(Long overallState)
@Nullable public Long getOverallState()
public void setOverallState(Long overallState)
public SyntheticsApiMultistepParentTestAttributes overallStateModified(String overallStateModified)
@Nullable public String getOverallStateModified()
public void setOverallStateModified(String overallStateModified)
public SyntheticsApiMultistepParentTestAttributes publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public SyntheticsApiMultistepParentTestAttributes 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.