public class PerfInterval extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled |
int |
key |
int |
length |
Integer |
level |
String |
name |
int |
samplingPeriod |
dynamicProperty, dynamicType| Constructor and Description |
|---|
PerfInterval() |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey() |
int |
getLength() |
Integer |
getLevel() |
String |
getName() |
int |
getSamplingPeriod() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setKey(int key) |
void |
setLength(int length) |
void |
setLevel(Integer level) |
void |
setName(String name) |
void |
setSamplingPeriod(int samplingPeriod) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic int key
public int samplingPeriod
public String name
public int length
public Integer level
public boolean enabled
public int getKey()
public int getSamplingPeriod()
public String getName()
public int getLength()
public Integer getLevel()
public boolean isEnabled()
public void setKey(int key)
public void setSamplingPeriod(int samplingPeriod)
public void setName(String name)
public void setLength(int length)
public void setLevel(Integer level)
public void setEnabled(boolean enabled)
Copyright © 2011-2012. All Rights Reserved.