public class PerfMonSet extends Object
Constructor and Description |
---|
PerfMonSet() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
endTime()
Get end time of the period.
|
String |
name()
Get unique key name of the counter.
|
org.joda.time.DateTime |
startTime()
Get start time of the period.
|
String |
timeGrain()
Get presented time grain.
|
List<PerfMonSample> |
values()
Get collection of workers that are active during this time.
|
PerfMonSet |
withEndTime(org.joda.time.DateTime endTime)
Set end time of the period.
|
PerfMonSet |
withName(String name)
Set unique key name of the counter.
|
PerfMonSet |
withStartTime(org.joda.time.DateTime startTime)
Set start time of the period.
|
PerfMonSet |
withTimeGrain(String timeGrain)
Set presented time grain.
|
PerfMonSet |
withValues(List<PerfMonSample> values)
Set collection of workers that are active during this time.
|
public String name()
public PerfMonSet withName(String name)
name
- the name value to setpublic org.joda.time.DateTime startTime()
public PerfMonSet withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime endTime()
public PerfMonSet withEndTime(org.joda.time.DateTime endTime)
endTime
- the endTime value to setpublic String timeGrain()
public PerfMonSet withTimeGrain(String timeGrain)
timeGrain
- the timeGrain value to setpublic List<PerfMonSample> values()
public PerfMonSet withValues(List<PerfMonSample> values)
values
- the values value to setCopyright © 2019. All rights reserved.