@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultBrowserError extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_METHOD |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultBrowserError() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultBrowserError |
description(String description) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultBrowserError 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 |
getDescription()
Error description.
|
String |
getMethod()
HTTP method associated with the error (for network errors).
|
String |
getName()
Error name.
|
Long |
getStatus()
HTTP status code associated with the error (for network errors).
|
String |
getType()
Type of the browser error.
|
Map<String,Object> |
getUrl()
URL associated with the error.
|
int |
hashCode() |
SyntheticsTestResultBrowserError |
method(String method) |
SyntheticsTestResultBrowserError |
name(String name) |
SyntheticsTestResultBrowserError |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultBrowserError |
putUrlItem(String key,
Object urlItem) |
void |
setDescription(String description) |
void |
setMethod(String method) |
void |
setName(String name) |
void |
setStatus(Long status) |
void |
setType(String type) |
void |
setUrl(Map<String,Object> url) |
SyntheticsTestResultBrowserError |
status(Long status) |
String |
toString() |
SyntheticsTestResultBrowserError |
type(String type) |
SyntheticsTestResultBrowserError |
url(Map<String,Object> url) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_METHOD
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_URL
public SyntheticsTestResultBrowserError description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public SyntheticsTestResultBrowserError method(String method)
@Nullable public String getMethod()
public void setMethod(String method)
public SyntheticsTestResultBrowserError name(String name)
@Nullable public String getName()
public void setName(String name)
public SyntheticsTestResultBrowserError status(Long status)
@Nullable public Long getStatus()
public void setStatus(Long status)
public SyntheticsTestResultBrowserError type(String type)
@Nullable public String getType()
public void setType(String type)
public SyntheticsTestResultBrowserError url(Map<String,Object> url)
public SyntheticsTestResultBrowserError putUrlItem(String key, Object urlItem)
public SyntheticsTestResultBrowserError 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.