@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultWarning extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ELEMENT_BOUNDS |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultWarning() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultWarning |
addElementBoundsItem(SyntheticsTestResultBounds elementBoundsItem) |
SyntheticsTestResultWarning |
elementBounds(List<SyntheticsTestResultBounds> elementBounds) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultWarning 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.
|
List<SyntheticsTestResultBounds> |
getElementBounds()
Bounds of elements related to the warning.
|
String |
getMessage()
Warning message.
|
String |
getType()
Type of the warning.
|
int |
hashCode() |
SyntheticsTestResultWarning |
message(String message) |
SyntheticsTestResultWarning |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setElementBounds(List<SyntheticsTestResultBounds> elementBounds) |
void |
setMessage(String message) |
void |
setType(String type) |
String |
toString() |
SyntheticsTestResultWarning |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_ELEMENT_BOUNDS
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_TYPE
public SyntheticsTestResultWarning elementBounds(List<SyntheticsTestResultBounds> elementBounds)
public SyntheticsTestResultWarning addElementBoundsItem(SyntheticsTestResultBounds elementBoundsItem)
@Nullable public List<SyntheticsTestResultBounds> getElementBounds()
public void setElementBounds(List<SyntheticsTestResultBounds> elementBounds)
public SyntheticsTestResultWarning message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public SyntheticsTestResultWarning type(String type)
@Nullable public String getType()
public void setType(String type)
public SyntheticsTestResultWarning 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.