@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsApiTestResultFailure extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CODE |
static String |
JSON_PROPERTY_MESSAGE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsApiTestResultFailure() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsApiTestResultFailure |
code(SyntheticsApiTestFailureCode code) |
boolean |
equals(Object o)
Return true if this SyntheticsApiTestResultFailure object is equal to o.
|
SyntheticsApiTestFailureCode |
getCode()
Error code that can be returned by a Synthetic test.
|
String |
getMessage()
The API test error message.
|
int |
hashCode() |
SyntheticsApiTestResultFailure |
message(String message) |
void |
setCode(SyntheticsApiTestFailureCode code) |
void |
setMessage(String message) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CODE
public static final String JSON_PROPERTY_MESSAGE
public SyntheticsApiTestResultFailure code(SyntheticsApiTestFailureCode code)
@Nullable public SyntheticsApiTestFailureCode getCode()
public void setCode(SyntheticsApiTestFailureCode code)
public SyntheticsApiTestResultFailure message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.