Package | Description |
---|---|
com.oracle.bmc.monitoring.model |
Modifier and Type | Method and Description |
---|---|
AggregatedDatapoint |
AggregatedDatapoint.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AggregatedDatapoint> |
MetricData.getAggregatedDatapoints()
The list of timestamp-value pairs returned for the specified request.
|
Modifier and Type | Method and Description |
---|---|
AggregatedDatapoint.Builder |
AggregatedDatapoint.Builder.copy(AggregatedDatapoint model) |
Modifier and Type | Method and Description |
---|---|
MetricData.Builder |
MetricData.Builder.aggregatedDatapoints(List<AggregatedDatapoint> aggregatedDatapoints)
The list of timestamp-value pairs returned for the specified request.
|
Constructor and Description |
---|
MetricData(String namespace,
String resourceGroup,
String compartmentId,
String name,
Map<String,String> dimensions,
Map<String,String> metadata,
String resolution,
List<AggregatedDatapoint> aggregatedDatapoints)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.