| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsTestDetailsSubType |
SyntheticsTestDetailsSubType.DNS |
static SyntheticsTestDetailsSubType |
SyntheticsTestDetailsSubType.GRPC |
static SyntheticsTestDetailsSubType |
SyntheticsTestDetailsSubType.HTTP |
static SyntheticsTestDetailsSubType |
SyntheticsTestDetailsSubType.ICMP |
static SyntheticsTestDetailsSubType |
SyntheticsTestDetailsSubType.MULTI |
static SyntheticsTestDetailsSubType |
SyntheticsTestDetailsSubType.SSL |
static SyntheticsTestDetailsSubType |
SyntheticsTestDetailsSubType.TCP |
static SyntheticsTestDetailsSubType |
SyntheticsTestDetailsSubType.UDP |
static SyntheticsTestDetailsSubType |
SyntheticsTestDetailsSubType.WEBSOCKET |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsTestDetailsSubType |
SyntheticsTestDetailsSubType.fromValue(String value) |
SyntheticsTestDetailsSubType |
SyntheticsTestDetails.getSubtype()
The subtype of the Synthetic API test,
http, ssl, tcp,
dns, icmp, udp, websocket, grpc
or multi. |
SyntheticsTestDetailsSubType |
SyntheticsAPITest.getSubtype()
The subtype of the Synthetic API test,
http, ssl, tcp,
dns, icmp, udp, websocket, grpc
or multi. |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsTestDetailsSubType.SyntheticsTestDetailsSubTypeSerializer.serialize(SyntheticsTestDetailsSubType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsTestDetails.setSubtype(SyntheticsTestDetailsSubType subtype) |
void |
SyntheticsAPITest.setSubtype(SyntheticsTestDetailsSubType subtype) |
SyntheticsTestDetails |
SyntheticsTestDetails.subtype(SyntheticsTestDetailsSubType subtype) |
SyntheticsAPITest |
SyntheticsAPITest.subtype(SyntheticsTestDetailsSubType subtype) |
| Constructor and Description |
|---|
SyntheticsTestDetailsSubTypeSerializer(Class<SyntheticsTestDetailsSubType> t) |
Copyright © 2024. All rights reserved.