public class SyntheticsDeviceID extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SyntheticsDeviceID.SyntheticsDeviceIDSerializer |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsDeviceID |
CHROME_LAPTOP_LARGE |
static SyntheticsDeviceID |
CHROME_MOBILE_SMALL |
static SyntheticsDeviceID |
CHROME_TABLET |
static SyntheticsDeviceID |
EDGE_LAPTOP_LARGE |
static SyntheticsDeviceID |
EDGE_MOBILE_SMALL |
static SyntheticsDeviceID |
EDGE_TABLET |
static SyntheticsDeviceID |
FIREFOX_LAPTOP_LARGE |
static SyntheticsDeviceID |
FIREFOX_MOBILE_SMALL |
static SyntheticsDeviceID |
FIREFOX_TABLET |
static SyntheticsDeviceID |
LAPTOP_LARGE |
static SyntheticsDeviceID |
MOBILE_SMALL |
static SyntheticsDeviceID |
TABLET |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsDeviceID object is equal to o.
|
static SyntheticsDeviceID |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final SyntheticsDeviceID LAPTOP_LARGE
public static final SyntheticsDeviceID TABLET
public static final SyntheticsDeviceID MOBILE_SMALL
public static final SyntheticsDeviceID CHROME_LAPTOP_LARGE
public static final SyntheticsDeviceID CHROME_TABLET
public static final SyntheticsDeviceID CHROME_MOBILE_SMALL
public static final SyntheticsDeviceID FIREFOX_LAPTOP_LARGE
public static final SyntheticsDeviceID FIREFOX_TABLET
public static final SyntheticsDeviceID FIREFOX_MOBILE_SMALL
public static final SyntheticsDeviceID EDGE_LAPTOP_LARGE
public static final SyntheticsDeviceID EDGE_TABLET
public static final SyntheticsDeviceID EDGE_MOBILE_SMALL
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static SyntheticsDeviceID fromValue(String value)
Copyright © 2023. All rights reserved.