public class SyntheticsAssertionType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SyntheticsAssertionType.SyntheticsAssertionTypeSerializer |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsAssertionType |
BODY |
static SyntheticsAssertionType |
CERTIFICATE |
static SyntheticsAssertionType |
CONNECTION |
static SyntheticsAssertionType |
GRPC_HEALTHCHECK_STATUS |
static SyntheticsAssertionType |
HEADER |
static SyntheticsAssertionType |
LATENCY |
static SyntheticsAssertionType |
MIN_TLS_VERSION |
static SyntheticsAssertionType |
NETWORK_HOP |
static SyntheticsAssertionType |
PACKET_LOSS_PERCENTAGE |
static SyntheticsAssertionType |
PACKETS_RECEIVED |
static SyntheticsAssertionType |
PROPERTY |
static SyntheticsAssertionType |
RECEIVED_MESSAGE |
static SyntheticsAssertionType |
RECORD_EVERY |
static SyntheticsAssertionType |
RECORD_SOME |
static SyntheticsAssertionType |
RESPONSE_TIME |
static SyntheticsAssertionType |
STATUS_CODE |
static SyntheticsAssertionType |
TLS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsAssertionType object is equal to o.
|
static SyntheticsAssertionType |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final SyntheticsAssertionType BODY
public static final SyntheticsAssertionType HEADER
public static final SyntheticsAssertionType STATUS_CODE
public static final SyntheticsAssertionType CERTIFICATE
public static final SyntheticsAssertionType RESPONSE_TIME
public static final SyntheticsAssertionType PROPERTY
public static final SyntheticsAssertionType RECORD_EVERY
public static final SyntheticsAssertionType RECORD_SOME
public static final SyntheticsAssertionType TLS_VERSION
public static final SyntheticsAssertionType MIN_TLS_VERSION
public static final SyntheticsAssertionType LATENCY
public static final SyntheticsAssertionType PACKET_LOSS_PERCENTAGE
public static final SyntheticsAssertionType PACKETS_RECEIVED
public static final SyntheticsAssertionType NETWORK_HOP
public static final SyntheticsAssertionType RECEIVED_MESSAGE
public static final SyntheticsAssertionType GRPC_HEALTHCHECK_STATUS
public static final SyntheticsAssertionType CONNECTION
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static SyntheticsAssertionType fromValue(String value)
Copyright © 2023. All rights reserved.