@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultFailure extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CODE |
static String |
JSON_PROPERTY_INTERNAL_CODE |
static String |
JSON_PROPERTY_INTERNAL_MESSAGE |
static String |
JSON_PROPERTY_MESSAGE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultFailure() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultFailure |
code(String code) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultFailure 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 |
getCode()
Error code for the failure.
|
String |
getInternalCode()
Internal error code used for debugging.
|
String |
getInternalMessage()
Internal error message used for debugging.
|
String |
getMessage()
Error message for the failure.
|
int |
hashCode() |
SyntheticsTestResultFailure |
internalCode(String internalCode) |
SyntheticsTestResultFailure |
internalMessage(String internalMessage) |
SyntheticsTestResultFailure |
message(String message) |
SyntheticsTestResultFailure |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCode(String code) |
void |
setInternalCode(String internalCode) |
void |
setInternalMessage(String internalMessage) |
void |
setMessage(String message) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CODE
public static final String JSON_PROPERTY_INTERNAL_CODE
public static final String JSON_PROPERTY_INTERNAL_MESSAGE
public static final String JSON_PROPERTY_MESSAGE
public SyntheticsTestResultFailure code(String code)
@Nullable public String getCode()
public void setCode(String code)
public SyntheticsTestResultFailure internalCode(String internalCode)
@Nullable public String getInternalCode()
public void setInternalCode(String internalCode)
public SyntheticsTestResultFailure internalMessage(String internalMessage)
@Nullable public String getInternalMessage()
public void setInternalMessage(String internalMessage)
public SyntheticsTestResultFailure message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public SyntheticsTestResultFailure 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.