| Modifier and Type | Method and Description |
|---|---|
DiagnosticMetricSet |
DiagnosticMetricSet.withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
DiagnosticMetricSet |
DiagnosticMetricSet.withName(String name)
Set the name value.
|
DiagnosticMetricSet |
DiagnosticMetricSet.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
DiagnosticMetricSet |
DiagnosticMetricSet.withTimeGrain(String timeGrain)
Set the timeGrain value.
|
DiagnosticMetricSet |
DiagnosticMetricSet.withUnit(String unit)
Set the unit value.
|
DiagnosticMetricSet |
DiagnosticMetricSet.withValues(List<DiagnosticMetricSample> values)
Set the values value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DiagnosticMetricSet> |
AnalysisData.metrics()
Get the metrics value.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisData |
AnalysisData.withMetrics(List<DiagnosticMetricSet> metrics)
Set the metrics value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/