| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static MonitorAssetCategory |
MonitorAssetCategory.RUNBOOK |
| Modifier and Type | Method and Description |
|---|---|
static MonitorAssetCategory |
MonitorAssetCategory.fromValue(String value) |
MonitorAssetCategory |
MonitorAsset.getCategory()
Indicates the type of asset this entity represents on a monitor.
|
| Modifier and Type | Method and Description |
|---|---|
MonitorAsset |
MonitorAsset.category(MonitorAssetCategory category) |
void |
MonitorAssetCategory.MonitorAssetCategorySerializer.serialize(MonitorAssetCategory value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
MonitorAsset.setCategory(MonitorAssetCategory category) |
| Constructor and Description |
|---|
MonitorAsset(MonitorAssetCategory category,
String name,
String url) |
| Constructor and Description |
|---|
MonitorAssetCategorySerializer(Class<MonitorAssetCategory> t) |
Copyright © 2026. All rights reserved.