| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotData |
SnapshotData.attributes(SnapshotDataAttributes attributes) |
SnapshotData |
Snapshot.getData()
Data object representing a heatmap snapshot, including its identifier, type, and attributes.
|
SnapshotData |
SnapshotData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SnapshotData |
SnapshotData.type(SnapshotUpdateRequestDataType type) |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotData> |
SnapshotArray.getData()
Array of heatmap snapshot data objects.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotArray |
SnapshotArray.addDataItem(SnapshotData dataItem) |
Snapshot |
Snapshot.data(SnapshotData data) |
void |
Snapshot.setData(SnapshotData data) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotArray |
SnapshotArray.data(List<SnapshotData> data) |
void |
SnapshotArray.setData(List<SnapshotData> data) |
| Constructor and Description |
|---|
SnapshotArray(List<SnapshotData> data) |
Copyright © 2026. All rights reserved.