public class PerfMonSample extends Object
| Constructor and Description |
|---|
PerfMonSample() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
coreCount()
Get the coreCount value.
|
String |
instanceName()
Get the instanceName value.
|
org.joda.time.DateTime |
time()
Get the time value.
|
Double |
value()
Get the value value.
|
PerfMonSample |
withCoreCount(Integer coreCount)
Set the coreCount value.
|
PerfMonSample |
withInstanceName(String instanceName)
Set the instanceName value.
|
PerfMonSample |
withTime(org.joda.time.DateTime time)
Set the time value.
|
PerfMonSample |
withValue(Double value)
Set the value value.
|
public org.joda.time.DateTime time()
public PerfMonSample withTime(org.joda.time.DateTime time)
time - the time value to setpublic String instanceName()
public PerfMonSample withInstanceName(String instanceName)
instanceName - the instanceName value to setpublic Double value()
public PerfMonSample withValue(Double value)
value - the value value to setpublic Integer coreCount()
public PerfMonSample withCoreCount(Integer coreCount)
coreCount - the coreCount value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/