public class PerfCounterInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
int[] |
associatedCounterId |
ElementDescription |
groupInfo |
int |
key |
Integer |
level |
ElementDescription |
nameInfo |
Integer |
perDeviceLevel |
PerfSummaryType |
rollupType |
PerfStatsType |
statsType |
ElementDescription |
unitInfo |
dynamicProperty, dynamicType| Constructor and Description |
|---|
PerfCounterInfo() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getAssociatedCounterId() |
ElementDescription |
getGroupInfo() |
int |
getKey() |
Integer |
getLevel() |
ElementDescription |
getNameInfo() |
Integer |
getPerDeviceLevel() |
PerfSummaryType |
getRollupType() |
PerfStatsType |
getStatsType() |
ElementDescription |
getUnitInfo() |
void |
setAssociatedCounterId(int[] associatedCounterId) |
void |
setGroupInfo(ElementDescription groupInfo) |
void |
setKey(int key) |
void |
setLevel(Integer level) |
void |
setNameInfo(ElementDescription nameInfo) |
void |
setPerDeviceLevel(Integer perDeviceLevel) |
void |
setRollupType(PerfSummaryType rollupType) |
void |
setStatsType(PerfStatsType statsType) |
void |
setUnitInfo(ElementDescription unitInfo) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic int key
public ElementDescription nameInfo
public ElementDescription groupInfo
public ElementDescription unitInfo
public PerfSummaryType rollupType
public PerfStatsType statsType
public Integer level
public Integer perDeviceLevel
public int[] associatedCounterId
public int getKey()
public ElementDescription getNameInfo()
public ElementDescription getGroupInfo()
public ElementDescription getUnitInfo()
public PerfSummaryType getRollupType()
public PerfStatsType getStatsType()
public Integer getLevel()
public Integer getPerDeviceLevel()
public int[] getAssociatedCounterId()
public void setKey(int key)
public void setNameInfo(ElementDescription nameInfo)
public void setGroupInfo(ElementDescription groupInfo)
public void setUnitInfo(ElementDescription unitInfo)
public void setRollupType(PerfSummaryType rollupType)
public void setStatsType(PerfStatsType statsType)
public void setLevel(Integer level)
public void setPerDeviceLevel(Integer perDeviceLevel)
public void setAssociatedCounterId(int[] associatedCounterId)
Copyright © 2011-2012. All Rights Reserved.