@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultBounds extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HEIGHT |
static String |
JSON_PROPERTY_WIDTH |
static String |
JSON_PROPERTY_X |
static String |
JSON_PROPERTY_Y |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultBounds() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultBounds 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.
|
Long |
getHeight()
Height in pixels.
|
Long |
getWidth()
Width in pixels.
|
Long |
getX()
Horizontal position in pixels.
|
Long |
getY()
Vertical position in pixels.
|
int |
hashCode() |
SyntheticsTestResultBounds |
height(Long height) |
SyntheticsTestResultBounds |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHeight(Long height) |
void |
setWidth(Long width) |
void |
setX(Long x) |
void |
setY(Long y) |
String |
toString() |
SyntheticsTestResultBounds |
width(Long width) |
SyntheticsTestResultBounds |
x(Long x) |
SyntheticsTestResultBounds |
y(Long y) |
public boolean unparsed
public static final String JSON_PROPERTY_HEIGHT
public static final String JSON_PROPERTY_WIDTH
public static final String JSON_PROPERTY_X
public static final String JSON_PROPERTY_Y
public SyntheticsTestResultBounds height(Long height)
@Nullable public Long getHeight()
public void setHeight(Long height)
public SyntheticsTestResultBounds width(Long width)
@Nullable public Long getWidth()
public void setWidth(Long width)
public SyntheticsTestResultBounds x(Long x)
@Nullable public Long getX()
public void setX(Long x)
public SyntheticsTestResultBounds y(Long y)
@Nullable public Long getY()
public void setY(Long y)
public SyntheticsTestResultBounds 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.