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