| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsStatus |
SyntheticsStatus.failed |
static SyntheticsStatus |
SyntheticsStatus.PASSED |
static SyntheticsStatus |
SyntheticsStatus.skipped |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsStatus |
SyntheticsStatus.fromValue(String value) |
SyntheticsStatus |
SyntheticsBatchResult.getStatus()
Determines whether or not the batch has passed, failed, or is in progress.
|
SyntheticsStatus |
SyntheticsBatchDetailsData.getStatus()
Determines whether or not the batch has passed, failed, or is in progress.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsStatus.SyntheticsStatusSerializer.serialize(SyntheticsStatus value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsBatchResult.setStatus(SyntheticsStatus status) |
void |
SyntheticsBatchDetailsData.setStatus(SyntheticsStatus status) |
SyntheticsBatchResult |
SyntheticsBatchResult.status(SyntheticsStatus status) |
SyntheticsBatchDetailsData |
SyntheticsBatchDetailsData.status(SyntheticsStatus status) |
| Constructor and Description |
|---|
SyntheticsStatusSerializer(Class<SyntheticsStatus> t) |
Copyright © 2024. All rights reserved.