@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultDevice extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BROWSER |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PLATFORM |
static String |
JSON_PROPERTY_RESOLUTION |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultDevice() |
public boolean unparsed
public static final String JSON_PROPERTY_BROWSER
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PLATFORM
public static final String JSON_PROPERTY_RESOLUTION
public static final String JSON_PROPERTY_TYPE
public SyntheticsTestResultDevice browser(SyntheticsTestResultDeviceBrowser browser)
@Nullable public SyntheticsTestResultDeviceBrowser getBrowser()
public void setBrowser(SyntheticsTestResultDeviceBrowser browser)
public SyntheticsTestResultDevice id(String id)
@Nullable public String getId()
public void setId(String id)
public SyntheticsTestResultDevice name(String name)
@Nullable public String getName()
public void setName(String name)
public SyntheticsTestResultDevice platform(SyntheticsTestResultDevicePlatform platform)
@Nullable public SyntheticsTestResultDevicePlatform getPlatform()
public void setPlatform(SyntheticsTestResultDevicePlatform platform)
public SyntheticsTestResultDevice resolution(SyntheticsTestResultDeviceResolution resolution)
@Nullable public SyntheticsTestResultDeviceResolution getResolution()
public void setResolution(SyntheticsTestResultDeviceResolution resolution)
public SyntheticsTestResultDevice type(String type)
@Nullable public String getType()
public void setType(String type)
public SyntheticsTestResultDevice 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.